File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed
Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -5,20 +5,25 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## 0.13.0 (UNRELEASED )
8+ ## 0.13.0 (2026-03-30 )
99### Added
10- - ` HmacReset ` and ` SimpleHmacReset ` types [ #186 ]
10+ - ` HmacReset ` and ` SimpleHmacReset ` types ( [ #186 ] )
1111
1212### Changed
13- - Edition changed to 2024 and MSRV bumped to 1.85
13+ - Use ` EagerHash ` trait for bounds ([ #151 ] , [ #212 ] )
14+ - Edition changed to 2024 and MSRV bumped to 1.85 ([ #178 ] )
1415- Relax MSRV policy and allow MSRV bumps in patch releases
15- - Update to ` digest ` v0.11
16+ - Update to ` digest ` v0.11 ( [ # 243 ] )
1617- Replace type aliases with newtypes ([ #186 ] )
1718
1819### Removed
1920- ` std ` and ` reset ` crate features ([ #186 ] )
2021
22+ [ #151 ] : https://github.com/RustCrypto/MACs/pull/151
23+ [ #178 ] : https://github.com/RustCrypto/MACs/pull/178
2124[ #186 ] : https://github.com/RustCrypto/MACs/pull/186
25+ [ #212 ] : https://github.com/RustCrypto/MACs/pull/212
26+ [ #243 ] : https://github.com/RustCrypto/MACs/pull/243
2227
2328## 0.12.1 (2022-02-17)
2429### Fixed
Original file line number Diff line number Diff line change 11[package ]
22name = " hmac"
3- version = " 0.13.0-rc.6 "
3+ version = " 0.13.0"
44description = " Generic implementation of Hash-based Message Authentication Code (HMAC)"
55authors = [" RustCrypto Developers" ]
66license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments