mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
update-version.sh: 0.0.8 => 0.0.9
This commit is contained in:
parent
661047623c
commit
3fbe4f92f7
1 changed files with 7 additions and 6 deletions
|
@ -8,14 +8,15 @@
|
||||||
# 3) Do a spot check with "git diff"
|
# 3) Do a spot check with "git diff"
|
||||||
# 4) cargo test --release --features unix
|
# 4) cargo test --release --features unix
|
||||||
|
|
||||||
FROM="0.0.7"
|
|
||||||
TO="0.0.8"
|
|
||||||
|
|
||||||
UUCORE_PROCS_FROM="0.0.6"
|
FROM="0.0.8"
|
||||||
UUCORE_PROCS_TO="0.0.7"
|
TO="0.0.9"
|
||||||
|
|
||||||
UUCORE_FROM="0.0.9"
|
UUCORE_PROCS_FROM="0.0.7"
|
||||||
UUCORE_TO="0.0.10"
|
UUCORE_PROCS_TO="0.0.8"
|
||||||
|
|
||||||
|
UUCORE_FROM="0.0.10"
|
||||||
|
UUCORE_TO="0.0.11"
|
||||||
|
|
||||||
PROGS=$(ls -1d src/uu/*/Cargo.toml src/uu/stdbuf/src/libstdbuf/Cargo.toml Cargo.toml src/uu/base64/Cargo.toml)
|
PROGS=$(ls -1d src/uu/*/Cargo.toml src/uu/stdbuf/src/libstdbuf/Cargo.toml Cargo.toml src/uu/base64/Cargo.toml)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue