Release version 2.2.1

This commit is contained in:
Amanieu d'Antras
2022-03-15 11:02:31 +00:00
parent 8b9af9bee7
commit fe9d2d8d22
33 changed files with 174 additions and 169 deletions

View File

@@ -4,8 +4,8 @@
: "${FD:=fd}"
# A script to update the version of all the crates at the same time
PREVIOUS_VERSION='2.2.0-rc2'
NEXT_VERSION='2.2.0'
PREVIOUS_VERSION='2.2.0'
NEXT_VERSION='2.2.1'
# quick hack
${FD} Cargo.toml --exec sed -i '{}' -e "s/version = \"$PREVIOUS_VERSION\"/version = \"$NEXT_VERSION\"/"