summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-09-13 08:50:35 +0200
committerRemi Collet <remi@php.net>2022-09-13 08:50:35 +0200
commit8df73164ab7b2c06d1c33c6c6bbc32bd561a689e (patch)
tree79215ef90283e2343929512205eb8f7cf4b10731
parent9b464eb5bff73b11f3fb5c1bb66a514689cdb3af (diff)
update to 3.2.0
-rw-r--r--composer.json2
-rw-r--r--php-sebastian-type3.spec7
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 <remi@remirepo.net> - 3.2.0-1
+- update to 3.2.0
+
* Tue Aug 30 2022 Remi Collet <remi@remirepo.net> - 3.1.0-1
- update to 3.1.0