diff options
| -rw-r--r-- | composer.json | 2 | ||||
| -rw-r--r-- | phinx.spec | 7 | 
2 files changed, 6 insertions, 3 deletions
diff --git a/composer.json b/composer.json index d266014..4273ea4 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@      "keywords": ["phinx", "migrations", "database", "db", "database migrations"],      "homepage": "https://phinx.org",      "license": "MIT", -    "version": "0.10.0", +    "version": "0.10.1",      "authors": [{          "name": "Rob Morgan",          "email": "robbym@gmail.com", @@ -6,7 +6,7 @@  #  # Please, preserve the changelog entries  # -%global gh_commit    21aaad6001e663d0296235d0507ffa4bd8c0d9ce +%global gh_commit    6724fa6890bedae59952e88f7431a3d68ec15728  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     robmorgan  #global gh_date      20150820 @@ -15,7 +15,7 @@  %global with_tests   0%{!?_without_tests:1}  Name:           %{gh_project} -Version:        0.10.0 +Version:        0.10.1  Release:        1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist}  Summary:        Manage the database migrations for your PHP app @@ -192,6 +192,9 @@ exit $ret  %changelog +* Tue Jun 19 2018 Remi Collet <remi@remirepo.net> - 0.10.1-1 +- update to 0.10.1 +  * Mon Jun 11 2018 Remi Collet <remi@remirepo.net> - 0.10.0-1  - update to 0.10.0  - drop patch merged upstream  | 
