Releases: Thomas-Jean/blake3
Releases · Thomas-Jean/blake3
v1.0.2
v1.0.1
What's Changed
- Support compilation on M1 Macbooks by @Reinder1213 in #5
New Contributors
- @Reinder1213 made their first contribution in #5
1.0.0
v1.0.0
Enhancements
updated blake3 version to 1.3.3
updated rustler to 0.22.2
refactored Rust crate to use the rustler::nif macro
Other
add github actions release workflow
fix CI
Release version injection
Breaking changes
update_with_join has been replacted with update_rayon to reflect the same change in the upstream blake3 crate. This function is only available when the rayon feature flag is enabled, and will panic otherwise.
0.4.1
update readme
0.4.0
update features and blake lib version
0.3.0
Added feature support, reset, and update_with_join
0.2.0
format