From 0632e67f0c02692b87821c4a1ec18af271612888 Mon Sep 17 00:00:00 2001 From: Artyom Pavlov Date: Thu, 27 Aug 2026 21:34:14 +0300 Subject: [PATCH] chacha20: mark v0.10.0 and v0.10.1 as yanked --- chacha20/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chacha20/CHANGELOG.md b/chacha20/CHANGELOG.md index 583ceef2..eb5fcaee 100644 --- a/chacha20/CHANGELOG.md +++ b/chacha20/CHANGELOG.md @@ -11,13 +11,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#580]: https://github.com/RustCrypto/stream-ciphers/pull/580 -## 0.10.1 (2026-06-24) +## 0.10.1 (2026-06-24) [YANKED] ### Added - `ChaCha20LegacyCore` type and `Nonce` type alias ([#570]) [#570]: https://github.com/RustCrypto/stream-ciphers/pull/570 -## 0.10.0 (2026-02-07) +## 0.10.0 (2026-02-07) [YANKED] ### Added - `rand_core` v0.10 support ([#333], [#513]) - 64-bit counter support ([#439])