Skip to content

Releases: Thomas-Jean/blake3

v1.0.2

12 Nov 22:57
Compare
Choose a tag to compare

What's Changed

  • Upgraded Rustler dependencies to 0.30, to work with OTP 26 by @madclaws in #6

New Contributors

Full Changelog: v1.0.1...v1.0.2

v1.0.1

04 Apr 10:02
0118efd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog

1.0.0

19 Feb 22:14
Compare
Choose a tag to compare

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

19 Aug 20:15
Compare
Choose a tag to compare
update readme

0.4.0

19 Aug 19:25
0aea1ae
Compare
Choose a tag to compare
update features and blake lib version

0.3.0

24 Feb 17:28
51040df
Compare
Choose a tag to compare

Added feature support, reset, and update_with_join

0.2.0

20 Jan 01:11
698f3cc
Compare
Choose a tag to compare
format