File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ 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.2.0 (UNRELEASED )
8+ ## 0.2.0 (2026-04-10 )
99### Changed
1010- Edition changed to 2024 and MSRV bumped to 1.85
1111- Relax MSRV policy and allow MSRV bumps in patch releases
Original file line number Diff line number Diff line change 11[package ]
22name = " belt-mac"
3- version = " 0.2.0-pre "
3+ version = " 0.2.0"
44description = " MAC specified by the BelT standard"
55authors = [" RustCrypto Developers" ]
66license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ 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.2.0 (UNRELEASED )
8+ ## 0.2.0 (2026-04-10 )
99### Changed
1010- Edition changed to 2024 and MSRV bumped to 1.85
1111- Relax MSRV policy and allow MSRV bumps in patch releases
Original file line number Diff line number Diff line change 11[package ]
22name = " cbc-mac"
3- version = " 0.2.0-rc.5 "
3+ version = " 0.2.0"
44description = " Implementation of Cipher Block Chaining Message Authentication Code (CBC-MAC)"
55authors = [" RustCrypto Developers" ]
66license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ 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.8.0 (UNRELEASED )
8+ ## 0.8.0 (2026-04-10 )
99### Changed
1010- Edition changed to 2024 and MSRV bumped to 1.85
1111- Relax MSRV policy and allow MSRV bumps in patch releases
Original file line number Diff line number Diff line change 11[package ]
22name = " cmac"
3- version = " 0.8.0-rc.5 "
3+ version = " 0.8.0"
44description = " Generic implementation of Cipher-based Message Authentication Code"
55authors = [" RustCrypto Developers" ]
66license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ 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.8.0 (UNRELEASED )
8+ ## 0.8.0 (2026-04-10 )
99### Changed
1010- Edition changed to 2024 and MSRV bumped to 1.85
1111- Relax MSRV policy and allow MSRV bumps in patch releases
Original file line number Diff line number Diff line change 11[package ]
22name = " pmac"
3- version = " 0.8.0-rc.5 "
3+ version = " 0.8.0"
44description = " Generic implementation of Parallelizable Message Authentication Code"
55authors = [" RustCrypto Developers" ]
66license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change @@ -5,5 +5,7 @@ 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.1.0 (UNRELEASED)
9- - Initial release
8+ ## 0.1.0 (2026-04-10)
9+ - Initial release ([ #170 ] )
10+
11+ [ #170 ] : https://github.com/RustCrypto/MACs/pull/170
You can’t perform that action at this time.
0 commit comments