diff options
author | Remi Collet <remi@remirepo.net> | 2017-09-10 08:00:40 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-09-10 08:00:40 +0200 |
commit | 75a7c6f81389f8ca35fef2676a453f034884c683 (patch) | |
tree | 5280efa278c17b1fd7141648319ba04aa0cb3294 | |
parent | 30ee9f0826a1ade2d647393b5689bf14fdb6a3fc (diff) |
v0.9.1
-rw-r--r-- | phinx.spec | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 6334838dc74fb39baf34db60186dbe905fd06c31 +%global gh_commit c1d51fd065af3aa3fabd684ce561cd9c38281eb8 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner robmorgan #global gh_date 20150820 @@ -20,7 +20,7 @@ %endif Name: %{gh_project} -Version: 0.9.0 +Version: 0.9.1 Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist} Summary: Manage the database migrations for your PHP app @@ -157,6 +157,9 @@ exit $ret %changelog +* Sun Sep 10 2017 Remi Collet <remi@remirepo.net> - 0.9.1-1 +- Update to 0.9.1 + * Mon Sep 4 2017 Remi Collet <remi@remirepo.net> - 0.9.0-1 - Update to 0.9.0 |