Skip to content

Commit 7ccf999

Browse files
committed
Release new versions dependent on cipher v0.5
1 parent 504f0a6 commit 7ccf999

19 files changed

Lines changed: 27 additions & 27 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: 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
### Removed
1010
- `std` feature ([#76])
1111
- `Clone` impl ([#91])

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: 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.9.0 (UNRELEASED)
8+
## 0.9.0 (2026-04-10)
99
### Removed
1010
- `std` feature ([#76])
1111
- `Clone` impl ([#91])

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: 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.9.0 (UNRELEASED)
8+
## 0.9.0 (2026-04-10)
99
### Removed
1010
- `std` feature ([#76])
1111
- `Clone` impl ([#91])

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: 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
### Removed
1010
- `std` feature ([#76])
1111
- `Clone` impl ([#91])

0 commit comments

Comments
 (0)