summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-09-04 11:01:11 +0200
committerRemi Collet <remi@remirepo.net>2017-09-04 11:01:11 +0200
commit30ee9f0826a1ade2d647393b5689bf14fdb6a3fc (patch)
treedc9b9d4be95c5f2364b465d442e54d70526d25e1
parentfb1e279334dbd8f9bf310605b751433a73ae4d28 (diff)
v0.9.0
-rw-r--r--composer.json3
-rw-r--r--phinx.spec7
2 files changed, 8 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index eaf7473..915215d 100644
--- a/composer.json
+++ b/composer.json
@@ -19,6 +19,9 @@
"name": "Richard Quadling",
"email": "rquadling@gmail.com",
"role": "Developer"
+ }, {
+ "name": "CakePHP Community",
+ "homepage": "https://github.com/cakephp/phinx/graphs/contributors"
}],
"require": {
"php": ">=5.4",
diff --git a/phinx.spec b/phinx.spec
index 905a323..5fcc9fa 100644
--- a/phinx.spec
+++ b/phinx.spec
@@ -6,7 +6,7 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit 7a19de5bebc59321edd9613bc2a667e7f96224ec
+%global gh_commit 6334838dc74fb39baf34db60186dbe905fd06c31
%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.8.1
+Version: 0.9.0
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
+* Mon Sep 4 2017 Remi Collet <remi@remirepo.net> - 0.9.0-1
+- Update to 0.9.0
+
* Tue Jun 6 2017 Remi Collet <remi@remirepo.net> - 0.8.1-1
- Update to 0.8.1
- allow Symfony 3