diff options
author | Remi Collet <remi@remirepo.net> | 2022-07-14 08:38:15 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-07-14 08:38:15 +0200 |
commit | 3763cc67cef6536302ed8c994de0a0c6bfa6923c (patch) | |
tree | 62b7bd963e027bbf10aff23fb4f050aacc441ca4 | |
parent | fc8a01dfd35d01da8d6345451520c0c93afa18e6 (diff) |
update to 2.3.10
-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 e534faf..5d484cc 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.9") + local completecmd=("$sf_cmd" "_complete" "-sbash" "-c$cword" "-S2.3.10") for w in ${words[@]}; do w=$(printf -- '%b' "$w") # remove quotes from typed values diff --git a/composer.spec b/composer.spec index 94fc620..bf5644f 100644 --- a/composer.spec +++ b/composer.spec @@ -18,7 +18,7 @@ %bcond_with syslib %endif -%global gh_commit 015f524c9969255a29cdea8890cbd4fec240ee47 +%global gh_commit ebac357c0a41359f3981098729042ed6dedc97ba %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.9 +%global upstream_version 2.3.10 #global upstream_prever RC2 #global upstream_lower rc2 @@ -424,6 +424,9 @@ exit $ret %changelog +* Thu Jul 14 2022 Remi Collet <remi@remirepo.net> - 2.3.10-1 +- update to 2.3.10 + * Tue Jul 5 2022 Remi Collet <remi@remirepo.net> - 2.3.9-1 - update to 2.3.9 |