Skip to content

Commit 5ac6e7c

Browse files
authored
Add notes for yanked crate versions (#2325)
1 parent 82279a5 commit 5ac6e7c

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

cipher/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919
[#2309]: https://github.com/RustCrypto/traits/pull/2309
2020

2121
## 0.5.0 (2026-02-04) [YANKED]
22+
Note: this version was yanked because v0.5.1 introduces breaking changes.
23+
Users should migrate to `cipher` v0.5.1 and `crypto-common` v0.2.1 using `cargo update`.
24+
2225
### Added
2326
- Traits for tweakable block ciphers ([#1721])
2427
- Methods for writing keystream ([#1907])

crypto-common/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515
[#2309]: https://github.com/RustCrypto/traits/pull/2309
1616

1717
## 0.2.0 (2026-02-04) [YANKED]
18+
Note: this version was yanked because v0.2.1 introduces breaking changes.
19+
Users should migrate to v0.2.1 using `cargo update`.
20+
1821
### Added
1922
- Sealed `BlockSizes` trait implemented for types from `U1` to `U255` ([#1172])
2023
- `SerializableState` trait under `hazmat` module ([#1369])

digest/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
[#2309]: https://github.com/RustCrypto/traits/pull/2309
1717

1818
## 0.11.0 (2026-02-13) [YANKED]
19+
Note: this version was yanked because v0.11.1 introduces breaking changes.
20+
Users should migrate to `digest` v0.11.1 and `crypto-common` v0.2.1 using `cargo update`.
21+
1922
### Added
2023
- `CustomizedInit` trait ([#1334])
2124
- `SerializableState` support ([#1369])

0 commit comments

Comments
 (0)