2.1 KiB
2.1 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.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)
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)