From 6e9c5d8532a5e943ec6f4d9fea758dcb3cf2eb32 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 14 Aug 2018 08:16:18 +0200 Subject: v0.10.6 --- composer.json | 2 +- phinx.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 5c69c50..b480052 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.5", + "version": "0.10.6", "authors": [{ "name": "Rob Morgan", "email": "robbym@gmail.com", diff --git a/phinx.spec b/phinx.spec index 72b8cc8..8dbf12d 100644 --- a/phinx.spec +++ b/phinx.spec @@ -10,7 +10,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit a13ac32fa265d57ad270277514a69e6590866f4d +%global gh_commit f28a1c6ab1fa1f0295cddade9aea05eeb303bd2b %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner robmorgan #global gh_date 20150820 @@ -19,7 +19,7 @@ %global with_tests 0%{!?_without_tests:1} Name: %{gh_project} -Version: 0.10.5 +Version: 0.10.6 Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist} Summary: Manage the database migrations for your PHP app @@ -196,6 +196,9 @@ exit $ret %changelog +* Tue Aug 14 2018 Remi Collet - 0.10.6-1 +- update to 0.10.6 + * Thu Jul 12 2018 Remi Collet - 0.10.5-1 - update to 0.10.5 -- cgit