summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-06-19 06:23:00 +0200
committerRemi Collet <remi@remirepo.net>2018-06-19 06:23:00 +0200
commit0315d1253d59dd18d6a7012aa5fbc8b4f0db6dd8 (patch)
tree538070b2f404ba5c181ed71d8485b25d945d1f08
parent27108801e18fcedcfd6883c34c7168b022252cbb (diff)
v0.10.1
-rw-r--r--composer.json2
-rw-r--r--phinx.spec7
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",
diff --git a/phinx.spec b/phinx.spec
index 37bf3fd..8e2750a 100644
--- a/phinx.spec
+++ b/phinx.spec
@@ -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