Releases: thevilledev/ChibiHash-rs
Releases · thevilledev/ChibiHash-rs
Release list
v0.6.0
Breaking changes
Hashbrown is now an optional feature. See Feature Flags for more information.
What's Changed
- chore: add dependabot by @thevilledev in #23
- chore(deps): bump actions/checkout from 4.2.2 to 6.0.1 by @dependabot[bot] in #25
- chore(deps): bump Swatinem/rust-cache from 2.7.5 to 2.8.2 by @dependabot[bot] in #24
- chore(deps): update hashbrown requirement from 0.15.2 to 0.16.1 by @dependabot[bot] in #27
- chore(deps): update criterion requirement from 0.5 to 0.8 by @dependabot[bot] in #26
- feat: make hashbrown optional by @thevilledev in #28
New Contributors
- @dependabot[bot] made their first contribution in #25
Full Changelog: v0.5.1...v0.6.0
v0.5.1
What's Changed
- Declare no_std when not std by @AlexCharlton in #19
- chore: prep release v0.5.1 by @thevilledev in #20
- chore: bump cargo version to v0.5.1 by @thevilledev in #21
New Contributors
- @AlexCharlton made their first contribution in #19 - big thanks!
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- feat: hashset and hashmap for v2 by @thevilledev in #16
- feat: hash streaming for v2 by @thevilledev in #17
- chore: prepare release 0.5.0 by @thevilledev in #18
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- feat: add chibihash v2 support by @thevilledev in #15
Full Changelog: v0.3.1...v0.4.0
v0.3.1
v0.3.0
v0.2.2
What's Changed
- feat: implement hashmap and hashset support by @thevilledev in #11
- feat: release v0.2.2 by @thevilledev in #12
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
- chore: add rust-vs-c benchmark by @thevilledev in #9
- feat: add ffi cargo feature by @thevilledev in #10
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
This is a breaking change.
- chore: remove custom error type by @thevilledev in #7
- feat: streaming hasher by @thevilledev in #8
Full Changelog: v0.1.2...v0.2.0