From 0315d1253d59dd18d6a7012aa5fbc8b4f0db6dd8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 19 Jun 2018 06:23:00 +0200 Subject: v0.10.1 --- composer.json | 2 +- 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", 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 - 0.10.1-1 +- update to 0.10.1 + * Mon Jun 11 2018 Remi Collet - 0.10.0-1 - update to 0.10.0 - drop patch merged upstream -- cgit