diff options
author | Remi Collet <remi@remirepo.net> | 2022-01-06 15:06:00 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-01-06 15:06:00 +0100 |
commit | cbd7b89ebb09e4efb42207f9a308b37faea097b0 (patch) | |
tree | 58e4d5a7dfef6b1ab10206660fe5c27871676b81 /php-doctrine-dbal.spec | |
parent | 7d26ec908669b9b5a26abc3fdf3baf309a02e40c (diff) |
update to 2.13.7
Diffstat (limited to 'php-doctrine-dbal.spec')
-rw-r--r-- | php-doctrine-dbal.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-doctrine-dbal.spec b/php-doctrine-dbal.spec index 9da11b5..7c0007f 100644 --- a/php-doctrine-dbal.spec +++ b/php-doctrine-dbal.spec @@ -16,8 +16,8 @@ %global github_owner doctrine %global github_name dbal -%global github_version 2.13.6 -%global github_commit 67ef6d0327ccbab1202b39e0222977a47ed3ef2f +%global github_version 2.13.7 +%global github_commit 6e22f6012b42d7932674857989fcf184e9e9b1c3 %global composer_vendor doctrine %global composer_project dbal @@ -253,6 +253,9 @@ exit $RETURN_CODE %changelog +* Thu Jan 6 2022 Remi Collet <remi@remirepo.net> - 2.13.7-1 +- update to 2.13.7 + * Mon Nov 29 2021 Remi Collet <remi@remirepo.net> - 2.13.6-1 - update to 2.13.6 |