mirror of
https://github.com/BLAKE3-team/BLAKE3
synced 2026-03-07 15:46:24 +01:00
Changes since 1.5.5: - Add Hash::from_slice. (#448) - Fix a build error on Windows 7 targets. (#447)
688 B
688 B
Release checklist
- Make sure
cargo outdated -Ris clean in the root and in b3sum/. - Bump the version in the root Cargo.toml.
- Bump the version in b3sum/Cargo.toml.
- Bump the dependency version too, if new features are used.
- Delete b3sum/Cargo.lock and recreate it with
cargo buildor similar. - Update the
-houtput in b3sum/README.md if it's changed. - Bump
BLAKE3_VERSION_STRINGin c/blake3.h. - Bump
VERSIONin c/CMakeLists.txt. - Make a version bump commit with change notes.
git pushand make sure CI is green.git tagthe version bump commit with the new version number.git push --tagscargo publishin the root.cargo publishin b3sum/.