diff options
author | Remi Collet <remi@remirepo.net> | 2022-07-05 17:46:08 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-07-05 17:46:08 +0200 |
commit | fc8a01dfd35d01da8d6345451520c0c93afa18e6 (patch) | |
tree | adeb44ec3fb50fda2b6e540a409f8cf01cf90f68 | |
parent | f41724738a5b4b4eb598d214da5980c4ece801a8 (diff) |
update to 2.3.9
-rw-r--r-- | composer-bash-completion | 2 | ||||
-rw-r--r-- | composer.spec | 7 |
2 files changed, 6 insertions, 3 deletions
diff --git a/composer-bash-completion b/composer-bash-completion index f24f512..e534faf 100644 --- a/composer-bash-completion +++ b/composer-bash-completion @@ -22,7 +22,7 @@ _sf_composer() { local cur prev words cword _get_comp_words_by_ref -n := cur prev words cword - local completecmd=("$sf_cmd" "_complete" "-sbash" "-c$cword" "-S2.3.8") + local completecmd=("$sf_cmd" "_complete" "-sbash" "-c$cword" "-S2.3.9") for w in ${words[@]}; do w=$(printf -- '%b' "$w") # remove quotes from typed values diff --git a/composer.spec b/composer.spec index 75508a9..94fc620 100644 --- a/composer.spec +++ b/composer.spec @@ -18,7 +18,7 @@ %bcond_with syslib %endif -%global gh_commit f69e63262dadd02b3b6edade339c7badda2939c2 +%global gh_commit 015f524c9969255a29cdea8890cbd4fec240ee47 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_branch 2.0-dev %global gh_owner composer @@ -26,7 +26,7 @@ %global api_version 2.3.0 %global run_version 2.2.2 -%global upstream_version 2.3.8 +%global upstream_version 2.3.9 #global upstream_prever RC2 #global upstream_lower rc2 @@ -424,6 +424,9 @@ exit $ret %changelog +* Tue Jul 5 2022 Remi Collet <remi@remirepo.net> - 2.3.9-1 +- update to 2.3.9 + * Fri Jul 1 2022 Remi Collet <remi@remirepo.net> - 2.3.8-1 - update to 2.3.8 |