2.9 KiB
2.9 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.13.0 (2026-03-29)
Added
HmacResetandSimpleHmacResettypes (#186)
Changed
- Use
EagerHashtrait for bounds (#151, #212) - Edition changed to 2024 and MSRV bumped to 1.85 (#178)
- Relax MSRV policy and allow MSRV bumps in patch releases
- Update to
digestv0.11 (#243) - Replace type aliases with newtypes (#186)
Removed
stdandresetcrate features (#186)
0.12.1 (2022-02-17)
Fixed
- Minimal versions build (#108)
0.12.0 (2021-12-07)
Changed
- Bump
digestcrate dependency to v0.10 and removecrypto-mac(#97) - Use a more efficient state representation by using block-level hash API (#97)
- Reset functionality is now optional and gated on disabled-by-default reset feature (#97)
Added
SimpleHmacas a less constrained alternative toHmac(#97)
0.11.0 (2021-04-29)
Changed
- Bump
crypto-maccrate dependency to v0.11 (#73)
0.10.1 (2020-10-16)
Added
- Zulip badge (#64)
0.10.0 (2020-10-16)
Changed
- Bump
crypto-macdependency to v0.10 (#62)
0.9.0 (2020-08-12)
Changed
- Bump
crypto-macdependency to v0.9 (#57)
Added
- Implement
io::Write(#55)
0.8.1 (2020-06-24)
Fixed
- Replace outdated
codewithinto_bytesin documentation (#50)
0.8.0 (2020-06-09)
Changed
- Upgrade to
digestv0.9 crate release; MSRV 1.41 (#45) - Upgrade
crypto-macto v0.8 (#33) - Rename
*result*tofinalize(#38) - Upgrade to Rust 2018 edition (#33)