Skip to content

Commit b516422

Browse files
authored
Cut new releases dependent on cipher v0.5 (#553)
List of released crates: - hc-256 v0.6.0 - rabbit v0.5.0 - rc4 v0.2.0 - salsa20 v0.11.0
1 parent a267e98 commit b516422

10 files changed

Lines changed: 16 additions & 21 deletions

File tree

Cargo.lock

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

chacha20/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,3 @@ unwrap_used = "warn"
8787

8888
[package.metadata.docs.rs]
8989
all-features = true
90-
rustdoc-args = ["--cfg", "docsrs"]

hc-256/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-
## UNRELEASED
8+
## 0.6.0 (2026-03-30)
99
### Added
1010
- `Key` and `Iv` type aliases ([#547])
1111

hc-256/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hc-256"
3-
version = "0.6.0-pre"
3+
version = "0.6.0"
44
authors = ["RustCrypto Developers"]
55
edition = "2024"
66
rust-version = "1.85"
@@ -24,4 +24,3 @@ zeroize = ["cipher/zeroize"]
2424

2525
[package.metadata.docs.rs]
2626
all-features = true
27-
rustdoc-args = ["--cfg", "docsrs"]

rabbit/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.5.0 (UNRELEASED)
8+
## 0.5.0 (2026-03-30)
99
### Changed
1010
- Bump `cipher` from `0.4` to `0.5` ([#338])
1111
- Edition changed to 2024 and MSRV bumped to 1.85 ([#397])

rabbit/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rabbit"
3-
version = "0.5.0-pre"
3+
version = "0.5.0"
44
authors = ["RustCrypto Developers"]
55
edition = "2024"
66
rust-version = "1.85"
@@ -24,4 +24,3 @@ zeroize = ["cipher/zeroize"]
2424

2525
[package.metadata.docs.rs]
2626
all-features = true
27-
rustdoc-args = ["--cfg", "docsrs"]

rc4/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-03-30)
99
### Changed
1010
- Bump `cipher` from `0.4` to `0.5` ([#338])
1111
- Edition changed to 2024 and MSRV bumped to 1.85 ([#397])

rc4/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rc4"
3-
version = "0.2.0-pre"
3+
version = "0.2.0"
44
authors = ["RustCrypto Developers"]
55
edition = "2024"
66
rust-version = "1.85"
@@ -24,4 +24,3 @@ zeroize = ["cipher/zeroize"]
2424

2525
[package.metadata.docs.rs]
2626
all-features = true
27-
rustdoc-args = ["--cfg", "docsrs"]

salsa20/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.11.0 (UNRELEASED)
8+
## 0.11.0 (2026-03-30)
99
### Added
1010
- SSE2 backend ([#333])
1111

salsa20/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "salsa20"
3-
version = "0.11.0-rc.2"
3+
version = "0.11.0"
44
authors = ["RustCrypto Developers"]
55
edition = "2024"
66
rust-version = "1.85"
@@ -25,4 +25,3 @@ zeroize = ["cipher/zeroize"]
2525

2626
[package.metadata.docs.rs]
2727
all-features = true
28-
rustdoc-args = ["--cfg", "docsrs"]

0 commit comments

Comments
 (0)