diff options
author | Remi Collet <remi@remirepo.net> | 2020-07-06 11:13:45 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-07-06 11:13:45 +0200 |
commit | ab6c3ada04a83959aa3e6e0b3b5ed8cd31f3ff57 (patch) | |
tree | 1bf8253de2e473c8a957c1c913fd2452cc8c170e | |
parent | 391013063b406a8906e4a714ec49e8bcbcff9b79 (diff) |
update to 2.2.1
-rw-r--r-- | composer.json | 2 | ||||
-rw-r--r-- | php-sebastian-type2.spec | 7 |
2 files changed, 6 insertions, 3 deletions
diff --git a/composer.json b/composer.json index 54c0a08..ee414e7 100644 --- a/composer.json +++ b/composer.json @@ -43,7 +43,7 @@ }, "extra": { "branch-alias": { - "dev-master": "2.1-dev" + "dev-master": "2.2-dev" } } } diff --git a/php-sebastian-type2.spec b/php-sebastian-type2.spec index 9e3f95f..d079a30 100644 --- a/php-sebastian-type2.spec +++ b/php-sebastian-type2.spec @@ -8,7 +8,7 @@ # %global bootstrap 0 # github -%global gh_commit 56b3ba194e0cbaaf3de7ccd353c289d7a84ed022 +%global gh_commit 86991e2b33446cd96e648c18bcdb1e95afb2c05a %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project type @@ -27,7 +27,7 @@ %endif Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 2.1.1 +Version: 2.2.1 Release: 1%{?dist} Summary: Collection of value objects that represent the types of the PHP type system @@ -115,6 +115,9 @@ exit $ret %changelog +* Mon Jul 6 2020 Remi Collet <remi@remirepo.net> - 2.2.1-1 +- update to 2.2.1 + * Mon Jun 29 2020 Remi Collet <remi@remirepo.net> - 2.1.1-1 - update to 2.1.1 |