From 8df73164ab7b2c06d1c33c6c6bbc32bd561a689e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 13 Sep 2022 08:50:35 +0200 Subject: update to 3.2.0 --- composer.json | 2 +- php-sebastian-type3.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index cccfab2..a0865c9 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,7 @@ }, "extra": { "branch-alias": { - "dev-master": "3.1-dev" + "dev-master": "3.2-dev" } } } diff --git a/php-sebastian-type3.spec b/php-sebastian-type3.spec index d29b2aa..a5102a4 100644 --- a/php-sebastian-type3.spec +++ b/php-sebastian-type3.spec @@ -10,7 +10,7 @@ %bcond_without tests # github -%global gh_commit fb44e1cc6e557418387ad815780360057e40753e +%global gh_commit fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project type @@ -24,7 +24,7 @@ %global ns_project Type Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 3.1.0 +Version: 3.2.0 Release: 1%{?dist} Summary: Collection of value objects that represent the types of the PHP type system, v%{major} @@ -115,6 +115,9 @@ exit $ret %changelog +* Tue Sep 13 2022 Remi Collet - 3.2.0-1 +- update to 3.2.0 + * Tue Aug 30 2022 Remi Collet - 3.1.0-1 - update to 3.1.0 -- cgit