diff options
| -rw-r--r-- | composer.json | 2 | ||||
| -rw-r--r-- | php-sebastian-complexity3.spec | 7 | 
2 files changed, 6 insertions, 3 deletions
| diff --git a/composer.json b/composer.json index f3663cb..78f6ffb 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@      },      "extra": {          "branch-alias": { -            "dev-main": "3.0-dev" +            "dev-main": "3.1-dev"          }      }  } diff --git a/php-sebastian-complexity3.spec b/php-sebastian-complexity3.spec index e91176d..7061cb6 100644 --- a/php-sebastian-complexity3.spec +++ b/php-sebastian-complexity3.spec @@ -10,7 +10,7 @@  %bcond_without       tests  # github -%global gh_commit    c70b73893e10757af9c6a48929fa6a333b56a97a +%global gh_commit    68cfb347a44871f01e33ab0ef8215966432f6957  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     sebastianbergmann  %global gh_project   complexity @@ -24,7 +24,7 @@  %global ns_project   Complexity  Name:           php-%{pk_vendor}-%{pk_project}%{major} -Version:        3.0.1 +Version:        3.1.0  Release:        1%{?dist}  Summary:        Calculating the complexity of PHP code units, version %{major} @@ -128,6 +128,9 @@ exit $ret  %changelog +* Thu Sep 28 2023 Remi Collet <remi@remirepo.net> - 3.1.0-1 +- update to 3.1.0 +  * Thu Aug 31 2023 Remi Collet <remi@remirepo.net> - 3.0.1-1  - update to 3.0.1 | 
