Skip to content

Commit 2d23e66

Browse files
committed
Release new versions dependent on cipher v0.5
1 parent 001e740 commit 2d23e66

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+77
-68
lines changed

Cargo.lock

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

aria/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
- Bump `cipher` dependency to v0.5
1111
- Edition changed to 2024 and MSRV bumped to 1.85 ([#472])

aria/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aria"
3-
version = "0.2.0-rc.1"
3+
version = "0.2.0"
44
description = "Pure Rust implementation of the ARIA Encryption Algorithm"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

belt-block/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
- Bump `cipher` dependency to v0.5
1111
- Mark `to_u32` function as private ([#402])

belt-block/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-block"
3-
version = "0.2.0-rc.3"
3+
version = "0.2.0"
44
description = "belt-block block cipher implementation"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

blowfish/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.10.0 (UNRELEASED)
8+
## 0.10.0 (2026-04-10)
99
### Changed
1010
- Bump `cipher` dependency to v0.5.0
1111
- Edition changed to 2024 and MSRV bumped to 1.85 ([#472])

blowfish/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "blowfish"
3-
version = "0.10.0-rc.3"
3+
version = "0.10.0"
44
description = "Blowfish block cipher"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

camellia/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
- Bump `cipher` dependency to v0.5.0
1111
- Edition changed to 2024 and MSRV bumped to 1.85 ([#472])

camellia/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "camellia"
3-
version = "0.2.0-rc.1"
3+
version = "0.2.0"
44
description = "Camellia block cipher"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

cast5/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.12.0 (UNRELEASED)
8+
## 0.12.0 (2026-04-10)
99
### Changed
1010
- Bump `cipher` dependency to v0.5.0
1111
- Edition changed to 2024 and MSRV bumped to 1.85 ([#472])

0 commit comments

Comments
 (0)