diff options
| author | Jack O'Connor <[email protected]> | 2025-02-17 14:46:32 -0800 |
|---|---|---|
| committer | Jack O'Connor <[email protected]> | 2025-02-17 15:17:40 -0800 |
| commit | f8c5f7d023fd77ef7fc6f4596407e510d3468a57 (patch) | |
| tree | 10858842656309db85fe87fd805492d75393733c /tools/release.md | |
| parent | d4da2150c61944e3e353194335ee885bcc37a8f1 (diff) | |
version 1.6.01.6.0
Changes since 1.5.5:
- Add Hash::from_slice. (#448)
- Fix a build error on Windows 7 targets. (#447)
Diffstat (limited to 'tools/release.md')
| -rw-r--r-- | tools/release.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/release.md b/tools/release.md index 0d05eba..26c4927 100644 --- a/tools/release.md +++ b/tools/release.md @@ -3,6 +3,7 @@ - Make sure `cargo outdated -R` is 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 build` or similar. - Update the `-h` output in b3sum/README.md if it's changed. - Bump `BLAKE3_VERSION_STRING` in c/blake3.h. |
