Releases: tkaitchuck/aHash
Releases · tkaitchuck/aHash
v0.8.11: Bump version to 0.8.11
Patch release to further strengthen u64 fastpath based on #210
Full Changelog: v0.8.10...v0.8.11
v0.8.10
Patch to fix #210 which caused poor distribution when hashing a single u64 on nightly.
Full Changelog: v0.8.9...v0.8.10
v0.8.9
Minor patch to fix #207
Full Changelog: v0.8.8...v0.8.9
v0.8.8
What's Changed
- Fix some typos by @striezel in #192
- Update GitHub Actions CI by @striezel in #193
- Bump rust-version to 1.72.0 by @Jefffrey in #196
- Increase the MSRV presubmit checks to include multiple architectures by @tkaitchuck in #197
New Contributors
Full Changelog: 0.8.7...v0.8.8
Version 0.8.7
What's Changed
- Change update function to use decryption rather than encryption. by @tkaitchuck in #173
- Update zerocopy to 0.7.14 for new license by @tkaitchuck in #177
- Update zerocopy to 0.7.14 for new license (#177) by @tkaitchuck in #178
- Add CI for no-std builds. by @schungx in #182
- Remove build-time check for
stdsimd
feature by @Amanieu in #183 - Update once_cell to remove "unstable" feature by @erickt in #185
- Add MSRV 1.60.0 by @tkaitchuck in #181
- Update zerocopy version to 0.7.31 by @nabilwadih in #189
New Contributors
- @schungx made their first contribution in #182
- @erickt made their first contribution in #185
- @nabilwadih made their first contribution in #189
Full Changelog: v0.8.5...0.8.7
Version 0.7.8
What's Changed
- patch ahash 0.7.x to support AVR using atomic-polyfill by @mutantbob in #125
- Strengthen fastpath (#169) by @tkaitchuck in #175
- patch ahash 0.7.x to diable stdsimd in unsupported nightlies by @kornelski in #201
New Contributors
- @kornelski made their first contribution in #201
Full Changelog: v0.7.6...v0.7.8
0.8.5
Fix compile error on aarch64
0.8.4
Version 0.8.3
Add inline flag to getSeeds:
#149