diff options
author | Remi Collet <remi@remirepo.net> | 2022-10-11 13:59:53 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-10-11 13:59:53 +0200 |
commit | 19f8136fc8749ff30dadc9aaaeef21bd17511855 (patch) | |
tree | f468fe3dc7992db2ece16c405e8f5864e689f2ea | |
parent | b4ff1a6dd357fa774c3006c1ace9a09cec46702d (diff) |
update to 0.13.1
-rw-r--r-- | phinx.spec | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -10,7 +10,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit c4d7f0506ed71a32f3131f57e4bb49fb9f5aad6c +%global gh_commit eccde746d7afa08f0df880f68dcbc475d001de7f %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner robmorgan #global gh_date 20150820 @@ -19,7 +19,7 @@ %bcond_without tests Name: %{gh_project} -Version: 0.13.0 +Version: 0.13.1 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 Oct 11 2022 Remi Collet <remi@remirepo.net> - 0.13.1-1 +- update to 0.13.1 + * Fri Oct 7 2022 Remi Collet <remi@remirepo.net> - 0.13.0-1 - update to 0.13.0 |