Skip to content

Commit 2a270ca

Browse files
committed
Release new versions dependent on cipher v0.5
1 parent 583471a commit 2a270ca

11 files changed

Lines changed: 18 additions & 16 deletions

File tree

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

belt-mac/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

belt-mac/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "belt-mac"
3-
version = "0.2.0-pre"
3+
version = "0.2.0"
44
description = "MAC specified by the BelT standard"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

cbc-mac/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

cbc-mac/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cbc-mac"
3-
version = "0.2.0-rc.5"
3+
version = "0.2.0"
44
description = "Implementation of Cipher Block Chaining Message Authentication Code (CBC-MAC)"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

cmac/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

cmac/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cmac"
3-
version = "0.8.0-rc.5"
3+
version = "0.8.0"
44
description = "Generic implementation of Cipher-based Message Authentication Code"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

pmac/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

pmac/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pmac"
3-
version = "0.8.0-rc.5"
3+
version = "0.8.0"
44
description = "Generic implementation of Parallelizable Message Authentication Code"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

retail-mac/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

0 commit comments

Comments
 (0)