1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 11:07:44 +00:00

Merge pull request #5409 from sylvestre/version-22

0.0.21 => 0.0.22
This commit is contained in:
Sylvestre Ledru 2023-10-15 15:50:01 +02:00 committed by GitHub
commit 73b7c46131
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
109 changed files with 320 additions and 320 deletions

View file

@ -17,8 +17,8 @@
# 10) Create the release on github https://github.com/uutils/coreutils/releases/new
# 11) Make sure we have good release notes
FROM="0.0.20"
TO="0.0.21"
FROM="0.0.21"
TO="0.0.22"
PROGS=$(ls -1d src/uu/*/Cargo.toml src/uu/stdbuf/src/libstdbuf/Cargo.toml src/uucore/Cargo.toml Cargo.toml)