diff options
author | Remi Collet <remi@remirepo.net> | 2022-10-07 13:55:38 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-10-07 13:55:38 +0200 |
commit | 5436e575bb15cff15e0e58723d230cf1e84b7ee2 (patch) | |
tree | 07eec98b9b222ecc6a489417c16016124a715434 /php-doctrine-orm.spec | |
parent | 0a4fdf15517b112bd3cfa4d264a2e0ce1248b942 (diff) |
update to 2.13.3
Diffstat (limited to 'php-doctrine-orm.spec')
-rw-r--r-- | php-doctrine-orm.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-doctrine-orm.spec b/php-doctrine-orm.spec index 1c704b7..6295be9 100644 --- a/php-doctrine-orm.spec +++ b/php-doctrine-orm.spec @@ -13,8 +13,8 @@ %global github_owner doctrine %global github_name orm -%global github_version 2.13.2 -%global github_commit a8b02fd70fa777ca8278b9604fdef75c15c6a12f +%global github_version 2.13.3 +%global github_commit e750360bd52b080c4cbaaee1b48b80f7dc873b36 %global composer_vendor doctrine %global composer_project orm @@ -420,6 +420,9 @@ exit $RETURN_CODE %changelog +* Fri Oct 7 2022 Remi Collet <remi@remirepo.net> - 2.13.3-1 +- update to 2.13.3 + * Fri Sep 23 2022 Remi Collet <remi@remirepo.net> - 2.13.2-1 - update to 2.13.2 |