Skip to content

Commit 65733a7

Browse files
committed
version 1.4.0
Changes since 1.3.3: - The C implementation provides a `CMakeLists.txt` for callers who build with CMake. The CMake build is not yet stable, and callers should expect breaking changes in patch version updates. The "by hand" build will always continue to be supported and documented. - `b3sum` supports the `--seek` flag, to set the starting position in the output stream. - `b3sum --check` prints a summary of errors to stderr. - `Hash::as_bytes` is const. - `Hash` supports `from_bytes`, which is const.
1 parent 0c7add1 commit 65733a7

File tree

5 files changed

+207
-217
lines changed

5 files changed

+207
-217
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "blake3"
3-
version = "1.3.3"
3+
version = "1.4.0"
44
authors = ["Jack O'Connor <[email protected]>", "Samuel Neves"]
55
description = "the BLAKE3 hash function"
66
repository = "https://github.com/BLAKE3-team/BLAKE3"

0 commit comments

Comments
 (0)