diff options
author | Remi Collet <remi@remirepo.net> | 2020-06-02 08:23:44 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-06-02 08:23:44 +0200 |
commit | 97ce681225768a0bc4068f231e1915a7ac6eae40 (patch) | |
tree | 5c6fed3177bd1383045152df560aa80b6805714e | |
parent | 2697a7484d3d408013b0df48503db867e32b71e1 (diff) |
v1.4.3
-rw-r--r-- | php-doctrine-inflector.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-doctrine-inflector.spec b/php-doctrine-inflector.spec index c1f748f..1d5128a 100644 --- a/php-doctrine-inflector.spec +++ b/php-doctrine-inflector.spec @@ -12,8 +12,8 @@ %global github_owner doctrine %global github_name inflector -%global github_version 1.4.2 -%global github_commit 889b42b8155f2aa274596b6e0424371b1e3c51bb +%global github_version 1.4.3 +%global github_commit 4650c8b30c753a76bf44fb2ed00117d6f367490c %global composer_vendor doctrine %global composer_project inflector @@ -121,6 +121,9 @@ exit $RETURN_CODE %changelog +* Tue Jun 2 2020 Remi Collet <remi@remirepo.net> - 1.4.3-1 +- update to 1.4.3 + * Tue May 26 2020 Remi Collet <remi@remirepo.net> - 1.4.2-1 - update to 1.4.2 |