Skip to content

Commit

Permalink
version 1.0.0
Browse files Browse the repository at this point in the history
Changes since 0.4.1:
- The public API hasn't changed for a long time, so the main purpose of
  this release is to "officially" stabilize it as-is.
- Prebuilt binaries are now published for more platforms, particularly
  AArch64. Thanks to @ddelange for implementing this.
- `blake3.pyi` (static typing stubs) now uses `collections.abc.Buffer`
  for bytes-like arguments. This is more correct and more permissive,
  but it means that static typechecking requires Python 3.12+.
  • Loading branch information
oconnor663 committed Nov 30, 2024
1 parent 1c488ca commit c573ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# PyPI. Installing this with `pip install blake3` is better than something
# redundant like `pip install PyBLAKE3-py`.
name = "blake3"
version = "0.4.1"
version = "1.0.0"
authors = ["Jack O'Connor <[email protected]>"]
description = "Python bindings for the Rust blake3 crate"
repository = "https://github.com/oconnor663/blake3-py"
Expand Down

0 comments on commit c573ca5

Please sign in to comment.