Skip to content

Commit e9a0336

Browse files
authored
Release new versions dependent on cipher v0.5 (#113)
Most crates contain the following changelog: ### Removed - `std` feature ([#76]) - `Clone` impl ([#91]) ### Changed - Bump `cipher` from `0.4` to `0.5` ([#56]) - Edition changed to 2024 and MSRV bumped to 1.85 ([#76]) - Relax MSRV policy and allow MSRV bumps in patch releases [#56]: #56 [#76]: #76 [#91]: #91
1 parent 504f0a6 commit e9a0336

19 files changed

Lines changed: 35 additions & 35 deletions

Cargo.lock

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

belt-ctr/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
## Added
1010
- `GenericBeltCtr` and `GenericBeltCtrCore` types ([#112])
1111

belt-ctr/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-ctr"
3-
version = "0.2.0-rc.3"
3+
version = "0.2.0"
44
description = "CTR block mode of operation specified by the BelT standard"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

cbc/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ 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)
9-
### Removed
8+
## 0.2.0 (2026-04-10)
9+
### Removed
1010
- `std` feature ([#76])
1111
- `Clone` impl ([#91])
1212

cbc/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"
3-
version = "0.2.0-rc.4"
3+
version = "0.2.0"
44
description = "Cipher Block Chaining (CBC) block cipher mode of operation"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

cfb-mode/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ 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.9.0 (UNRELEASED)
9-
### Removed
8+
## 0.9.0 (2026-04-10)
9+
### Removed
1010
- `std` feature ([#76])
1111
- `Clone` impl ([#91])
1212

cfb-mode/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cfb-mode"
3-
version = "0.9.0-rc.3"
3+
version = "0.9.0"
44
description = "Cipher Feedback (CFB) block cipher mode of operation"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

cfb8/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ 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.9.0 (UNRELEASED)
9-
### Removed
8+
## 0.9.0 (2026-04-10)
9+
### Removed
1010
- `std` feature ([#76])
1111
- `Clone` impl ([#91])
1212

cfb8/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cfb8"
3-
version = "0.9.0-rc.3"
3+
version = "0.9.0"
44
description = "Cipher Feedback with eight bit feedback (CFB-8) block cipher mode of operation"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

ctr/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ 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)
9-
### Removed
8+
## 0.10.0 (2026-04-10)
9+
### Removed
1010
- `std` feature ([#76])
1111
- `Clone` impl ([#91])
1212

0 commit comments

Comments
 (0)