diff --git a/Cargo.lock b/Cargo.lock index bf5fa025..76400ca2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -24,7 +24,7 @@ dependencies = [ [[package]] name = "belt-mac" -version = "0.2.0-pre" +version = "0.2.0" dependencies = [ "belt-block", "cipher", @@ -50,7 +50,7 @@ dependencies = [ [[package]] name = "cbc-mac" -version = "0.2.0-rc.5" +version = "0.2.0" dependencies = [ "aes", "cipher", @@ -79,7 +79,7 @@ dependencies = [ [[package]] name = "cmac" -version = "0.8.0-rc.5" +version = "0.8.0" dependencies = [ "aes", "cipher", @@ -235,7 +235,7 @@ dependencies = [ [[package]] name = "pmac" -version = "0.8.0-rc.5" +version = "0.8.0" dependencies = [ "aes", "cipher", @@ -245,7 +245,7 @@ dependencies = [ [[package]] name = "retail-mac" -version = "0.1.0-pre.1" +version = "0.1.0" dependencies = [ "aes", "cipher", diff --git a/belt-mac/CHANGELOG.md b/belt-mac/CHANGELOG.md index db46f89f..e8462411 100644 --- a/belt-mac/CHANGELOG.md +++ b/belt-mac/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## 0.2.0 (UNRELEASED) +## 0.2.0 (2026-04-10) ### Changed - Edition changed to 2024 and MSRV bumped to 1.85 - Relax MSRV policy and allow MSRV bumps in patch releases diff --git a/belt-mac/Cargo.toml b/belt-mac/Cargo.toml index 32da0102..a8594e25 100644 --- a/belt-mac/Cargo.toml +++ b/belt-mac/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "belt-mac" -version = "0.2.0-pre" +version = "0.2.0" description = "MAC specified by the BelT standard" authors = ["RustCrypto Developers"] license = "MIT OR Apache-2.0" diff --git a/cbc-mac/CHANGELOG.md b/cbc-mac/CHANGELOG.md index 0400c81a..06890955 100644 --- a/cbc-mac/CHANGELOG.md +++ b/cbc-mac/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## 0.2.0 (UNRELEASED) +## 0.2.0 (2026-04-10) ### Changed - Edition changed to 2024 and MSRV bumped to 1.85 - Relax MSRV policy and allow MSRV bumps in patch releases diff --git a/cbc-mac/Cargo.toml b/cbc-mac/Cargo.toml index 8fbc9d81..65ae2cf9 100644 --- a/cbc-mac/Cargo.toml +++ b/cbc-mac/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cbc-mac" -version = "0.2.0-rc.5" +version = "0.2.0" description = "Implementation of Cipher Block Chaining Message Authentication Code (CBC-MAC)" authors = ["RustCrypto Developers"] license = "MIT OR Apache-2.0" diff --git a/cmac/CHANGELOG.md b/cmac/CHANGELOG.md index 27be9fac..1fd132a0 100644 --- a/cmac/CHANGELOG.md +++ b/cmac/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## 0.8.0 (UNRELEASED) +## 0.8.0 (2026-04-10) ### Changed - Edition changed to 2024 and MSRV bumped to 1.85 - Relax MSRV policy and allow MSRV bumps in patch releases diff --git a/cmac/Cargo.toml b/cmac/Cargo.toml index 596783cf..50e84bb3 100644 --- a/cmac/Cargo.toml +++ b/cmac/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cmac" -version = "0.8.0-rc.5" +version = "0.8.0" description = "Generic implementation of Cipher-based Message Authentication Code" authors = ["RustCrypto Developers"] license = "MIT OR Apache-2.0" diff --git a/pmac/CHANGELOG.md b/pmac/CHANGELOG.md index c4a7a3e6..0f52c9fa 100644 --- a/pmac/CHANGELOG.md +++ b/pmac/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## 0.8.0 (UNRELEASED) +## 0.8.0 (2026-04-10) ### Changed - Edition changed to 2024 and MSRV bumped to 1.85 - Relax MSRV policy and allow MSRV bumps in patch releases diff --git a/pmac/Cargo.toml b/pmac/Cargo.toml index 38f19278..e0f0d2de 100644 --- a/pmac/Cargo.toml +++ b/pmac/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pmac" -version = "0.8.0-rc.5" +version = "0.8.0" description = "Generic implementation of Parallelizable Message Authentication Code" authors = ["RustCrypto Developers"] license = "MIT OR Apache-2.0" diff --git a/retail-mac/CHANGELOG.md b/retail-mac/CHANGELOG.md index 956a57d2..00c51ffb 100644 --- a/retail-mac/CHANGELOG.md +++ b/retail-mac/CHANGELOG.md @@ -5,5 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## 0.1.0 (UNRELEASED) -- Initial release +## 0.1.0 (2026-04-10) +- Initial release ([#170]) + +[#170]: https://github.com/RustCrypto/MACs/pull/170 diff --git a/retail-mac/Cargo.toml b/retail-mac/Cargo.toml index 30925d8b..0dd14f19 100644 --- a/retail-mac/Cargo.toml +++ b/retail-mac/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "retail-mac" -version = "0.1.0-pre.1" +version = "0.1.0" description = "Implementation of Retail Message Authentication Code (Retail MAC)" authors = ["RustCrypto Developers"] license = "MIT OR Apache-2.0"