From bb7623cf85b416c8c61d89dd11573e6e7f961720 Mon Sep 17 00:00:00 2001 From: Artyom Pavlov Date: Fri, 28 Feb 2025 13:09:19 +0300 Subject: [PATCH] Update changelogs (#478) --- aes/CHANGELOG.md | 38 ++++++++++++++++++++------------------ aria/CHANGELOG.md | 9 +++++++++ belt-block/CHANGELOG.md | 19 ++++++++----------- blowfish/CHANGELOG.md | 9 +++++++++ camellia/CHANGELOG.md | 9 +++++++++ cast5/CHANGELOG.md | 9 +++++++++ cast6/CHANGELOG.md | 9 +++++++++ des/CHANGELOG.md | 25 ++++++++++++++----------- gift/CHANGELOG.md | 9 +++++++++ idea/CHANGELOG.md | 9 +++++++++ kuznyechik/CHANGELOG.md | 19 ++++++------------- magma/CHANGELOG.md | 17 +++++++---------- rc2/CHANGELOG.md | 9 +++++++++ rc5/CHANGELOG.md | 19 ++++++++++++++----- serpent/CHANGELOG.md | 5 +++++ sm4/CHANGELOG.md | 9 +++++++++ speck/CHANGELOG.md | 9 +++++++++ threefish/CHANGELOG.md | 9 +++++++++ twofish/CHANGELOG.md | 9 +++++++++ xtea/CHANGELOG.md | 9 +++++++++ 20 files changed, 191 insertions(+), 68 deletions(-) diff --git a/aes/CHANGELOG.md b/aes/CHANGELOG.md index 7e8ab114..06b1a668 100644 --- a/aes/CHANGELOG.md +++ b/aes/CHANGELOG.md @@ -5,29 +5,31 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## 0.9.0 (UNRELEASED) ### Added -- add #[inline] attributes for KeyInit::new impls ([#386]) +- Weak key detection in the `KeyInit::weak_key_test` method ([#465], [#469]) ### Changed -- Bump `cipher` to v0.5.0-pre.1; MSRV 1.65 ([#394]) -- replace inline ASM with ARMv8 intrinsics ([#380]) -- enable ARMv8 backend by default; MSRV 1.72 ([#395]) -- Bump `cipher` dependency to v0.5.0-pre.2 ([#398]) -- Use `BlockCipherEncrypt`/`BlockCipherDecrypt` trait names ([#400]) -- Assert precondition required for soundness ([#407]) -- use const preconditions assert ([#408]) -- bump `cipher` dependency to `0.5.0-pre.4` ([#413]) - -[#386]: https://github.com/RustCrypto/block-ciphers/pull/386 -[#394]: https://github.com/RustCrypto/block-ciphers/pull/394 +- Bump `cipher` dependency to v0.5 +- Edition changed to 2024 and MSRV bumped to 1.85 ([#472]) +- Refactor ARMv8 expand_key ([#367]) +- Added `#[inline]` attributes for `KeyInit::new` impls ([#386]) +- Rework backends ([#442]) +- Move Block8 to the hazmat module ([#468]) +- Relax MSRV policy and allow MSRV bumps in patch releases ([#477]) +- Replace inline ASM with ARMv8 intrinsics ([#380]) +- Enable ARMv8 backend by default ([#395]) + +[#367]: https://github.com/RustCrypto/block-ciphers/pull/367 [#380]: https://github.com/RustCrypto/block-ciphers/pull/380 +[#386]: https://github.com/RustCrypto/block-ciphers/pull/386 [#395]: https://github.com/RustCrypto/block-ciphers/pull/395 -[#398]: https://github.com/RustCrypto/block-ciphers/pull/398 -[#400]: https://github.com/RustCrypto/block-ciphers/pull/400 -[#407]: https://github.com/RustCrypto/block-ciphers/pull/407 -[#408]: https://github.com/RustCrypto/block-ciphers/pull/408 -[#413]: https://github.com/RustCrypto/block-ciphers/pull/413 +[#442]: https://github.com/RustCrypto/block-ciphers/pull/442 +[#465]: https://github.com/RustCrypto/block-ciphers/pull/465 +[#468]: https://github.com/RustCrypto/block-ciphers/pull/468 +[#469]: https://github.com/RustCrypto/block-ciphers/pull/469 +[#472]: https://github.com/RustCrypto/block-ciphers/pull/472 +[#477]: https://github.com/RustCrypto/block-ciphers/pull/477 ## 0.8.4 (2024-02-13) ### Changed diff --git a/aria/CHANGELOG.md b/aria/CHANGELOG.md index a453507a..0e8235a9 100644 --- a/aria/CHANGELOG.md +++ b/aria/CHANGELOG.md @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.2.0 (UNRELEASED) +### Changed +- Bump `cipher` dependency to v0.5 +- Edition changed to 2024 and MSRV bumped to 1.85 ([#472]) +- Relax MSRV policy and allow MSRV bumps in patch releases ([#477]) + +[#472]: https://github.com/RustCrypto/block-ciphers/pull/472 +[#477]: https://github.com/RustCrypto/block-ciphers/pull/477 + ## 0.1.0 (2022-10-27) - Initial release ([#340]) diff --git a/belt-block/CHANGELOG.md b/belt-block/CHANGELOG.md index aa8ffa14..c8634087 100644 --- a/belt-block/CHANGELOG.md +++ b/belt-block/CHANGELOG.md @@ -5,19 +5,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## 0.2.0 (UNRELEASED) ### Changed -- Bump `cipher` to v0.5.0-pre.1; MSRV 1.65 ([#394]) -- Bump `cipher` dependency to v0.5.0-pre.2 ([#398]) -- Use `BlockCipherEncrypt`/`BlockCipherDecrypt` trait names ([#400]) -- mark `to_u32` function as private ([#402]) -- bump `cipher` dependency to `0.5.0-pre.4` ([#413]) - -[#394]: https://github.com/RustCrypto/block-ciphers/pull/394 -[#398]: https://github.com/RustCrypto/block-ciphers/pull/398 -[#400]: https://github.com/RustCrypto/block-ciphers/pull/400 +- Bump `cipher` dependency to v0.5 +- Mark `to_u32` function as private ([#402]) +- Edition changed to 2024 and MSRV bumped to 1.85 ([#472]) +- Relax MSRV policy and allow MSRV bumps in patch releases ([#477]) + [#402]: https://github.com/RustCrypto/block-ciphers/pull/402 -[#413]: https://github.com/RustCrypto/block-ciphers/pull/413 +[#472]: https://github.com/RustCrypto/block-ciphers/pull/472 +[#477]: https://github.com/RustCrypto/block-ciphers/pull/477 ## 0.1.2 (2023-04-15) ### Added diff --git a/blowfish/CHANGELOG.md b/blowfish/CHANGELOG.md index 86d2c7cb..415ca5d9 100644 --- a/blowfish/CHANGELOG.md +++ b/blowfish/CHANGELOG.md @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.10.0 (UNRELEASED) +### Changed +- Bump `cipher` dependency to v0.5.0 +- Edition changed to 2024 and MSRV bumped to 1.85 ([#472]) +- Relax MSRV policy and allow MSRV bumps in patch releases ([#477]) + +[#472]: https://github.com/RustCrypto/block-ciphers/pull/472 +[#477]: https://github.com/RustCrypto/block-ciphers/pull/477 + ## 0.9.1 (2022-02-17) ### Fixed - Minimal versions build ([#303]) diff --git a/camellia/CHANGELOG.md b/camellia/CHANGELOG.md index c31b0034..16f0377d 100644 --- a/camellia/CHANGELOG.md +++ b/camellia/CHANGELOG.md @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.2.0 (UNRELEASED) +### Changed +- Bump `cipher` dependency to v0.5.0 +- Edition changed to 2024 and MSRV bumped to 1.85 ([#472]) +- Relax MSRV policy and allow MSRV bumps in patch releases ([#477]) + +[#472]: https://github.com/RustCrypto/block-ciphers/pull/472 +[#477]: https://github.com/RustCrypto/block-ciphers/pull/477 + ## 0.1.0 (2022-09-26) - Initial release ([#293]) diff --git a/cast5/CHANGELOG.md b/cast5/CHANGELOG.md index a4b975d9..3e625c5c 100644 --- a/cast5/CHANGELOG.md +++ b/cast5/CHANGELOG.md @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.12.0 (UNRELEASED) +### Changed +- Bump `cipher` dependency to v0.5.0 +- Edition changed to 2024 and MSRV bumped to 1.85 ([#472]) +- Relax MSRV policy and allow MSRV bumps in patch releases ([#477]) + +[#472]: https://github.com/RustCrypto/block-ciphers/pull/472 +[#477]: https://github.com/RustCrypto/block-ciphers/pull/477 + ## 0.11.1 (2022-02-17) ### Fixed - Minimal versions build ([#303]) diff --git a/cast6/CHANGELOG.md b/cast6/CHANGELOG.md index d193d6da..edaf78c2 100644 --- a/cast6/CHANGELOG.md +++ b/cast6/CHANGELOG.md @@ -5,5 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.2.0 (UNRELEASED) +### Changed +- Bump `cipher` dependency to v0.5.0 +- Edition changed to 2024 and MSRV bumped to 1.85 ([#472]) +- Relax MSRV policy and allow MSRV bumps in patch releases ([#477]) + +[#472]: https://github.com/RustCrypto/block-ciphers/pull/472 +[#477]: https://github.com/RustCrypto/block-ciphers/pull/477 + ## 0.1.0 (2023-11-22) - Initial release diff --git a/des/CHANGELOG.md b/des/CHANGELOG.md index 0d5ecce7..d844f1f3 100644 --- a/des/CHANGELOG.md +++ b/des/CHANGELOG.md @@ -5,18 +5,21 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## 0.9.0 (UNRELEASED) +### Added +- Weak key detection in the `KeyInit::weak_key_test` method ([#465], [#468], [#469], [#470]) + ### Changed -- Update Clippy and fix lints ([#378]) -- Bump `cipher` to v0.5.0-pre.1; MSRV 1.65 ([#394]) -- Bump `cipher` dependency to v0.5.0-pre.2 ([#398]) -- bump `cipher` dependency to `0.5.0-pre.4` ([#413]) - -[#344]: https://github.com/RustCrypto/block-ciphers/pull/344 -[#378]: https://github.com/RustCrypto/block-ciphers/pull/378 -[#394]: https://github.com/RustCrypto/block-ciphers/pull/394 -[#398]: https://github.com/RustCrypto/block-ciphers/pull/398 -[#413]: https://github.com/RustCrypto/block-ciphers/pull/413 +- Bump `cipher` dependency to v0.5.0 +- Edition changed to 2024 and MSRV bumped to 1.85 ([#472]) +- Relax MSRV policy and allow MSRV bumps in patch releases ([#477]) + +[#465]: https://github.com/RustCrypto/block-ciphers/pull/465 +[#468]: https://github.com/RustCrypto/block-ciphers/pull/468 +[#469]: https://github.com/RustCrypto/block-ciphers/pull/469 +[#470]: https://github.com/RustCrypto/block-ciphers/pull/470 +[#472]: https://github.com/RustCrypto/block-ciphers/pull/472 +[#477]: https://github.com/RustCrypto/block-ciphers/pull/477 ## 0.8.1 (2022-02-17) ### Fixed diff --git a/gift/CHANGELOG.md b/gift/CHANGELOG.md index 16e3f8e1..b6b31acc 100644 --- a/gift/CHANGELOG.md +++ b/gift/CHANGELOG.md @@ -5,5 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.2.0 (UNRELEASED) +### Changed +- Bump `cipher` dependency to v0.5 +- Edition changed to 2024 and MSRV bumped to 1.85 ([#472]) +- Relax MSRV policy and allow MSRV bumps in patch releases ([#477]) + +[#472]: https://github.com/RustCrypto/block-ciphers/pull/472 +[#477]: https://github.com/RustCrypto/block-ciphers/pull/477 + ## 0.1.0 (2022-08-16) - Initial release diff --git a/idea/CHANGELOG.md b/idea/CHANGELOG.md index 82b88470..9b8486fa 100644 --- a/idea/CHANGELOG.md +++ b/idea/CHANGELOG.md @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.6.0 (UNRELEASED) +### Changed +- Bump `cipher` dependency to v0.5 +- Edition changed to 2024 and MSRV bumped to 1.85 ([#472]) +- Relax MSRV policy and allow MSRV bumps in patch releases ([#477]) + +[#472]: https://github.com/RustCrypto/block-ciphers/pull/472 +[#477]: https://github.com/RustCrypto/block-ciphers/pull/477 + ## 0.5.1 (2022-02-17) ### Fixed - Minimal versions build ([#303]) diff --git a/kuznyechik/CHANGELOG.md b/kuznyechik/CHANGELOG.md index 336a5b66..a8c0d02d 100644 --- a/kuznyechik/CHANGELOG.md +++ b/kuznyechik/CHANGELOG.md @@ -5,27 +5,20 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## 0.9.0 (UNRELEASED) ### Changed -- Update Clippy and fix lints ([#378]) -- Bump `cipher` to v0.5.0-pre.1; MSRV 1.65 ([#394]) -- Bump `cipher` dependency to v0.5.0-pre.2 ([#398]) -- Use `BlockCipherEncrypt`/`BlockCipherDecrypt` trait names ([#400]) -- Bump `cipher` dependency to `0.5.0-pre.4` ([#413]) +- Bump `cipher` dependency to v0.5 +- Edition changed to 2024 and MSRV bumped to 1.85 ([#472]) +- Relax MSRV policy and allow MSRV bumps in patch releases ([#477]) - Use const eval to generate tables ([#451]) ### Fixed - Fix kuznyechik 32bit build ([#406]) - -[#378]: https://github.com/RustCrypto/block-ciphers/pull/378 -[#394]: https://github.com/RustCrypto/block-ciphers/pull/394 -[#398]: https://github.com/RustCrypto/block-ciphers/pull/398 -[#400]: https://github.com/RustCrypto/block-ciphers/pull/400 [#406]: https://github.com/RustCrypto/block-ciphers/pull/406 -[#413]: https://github.com/RustCrypto/block-ciphers/pull/413 [#451]: https://github.com/RustCrypto/block-ciphers/pull/451 - +[#472]: https://github.com/RustCrypto/block-ciphers/pull/472 +[#477]: https://github.com/RustCrypto/block-ciphers/pull/477 ## 0.8.2 (2023-08-06) ### Fixed diff --git a/magma/CHANGELOG.md b/magma/CHANGELOG.md index c5242d8d..904f0984 100644 --- a/magma/CHANGELOG.md +++ b/magma/CHANGELOG.md @@ -5,17 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## 0.10.0 (UNRELEASED) ### Changed -- Bump `cipher` to v0.5.0-pre.1; MSRV 1.65 ([#394]) -- Bump `cipher` dependency to v0.5.0-pre.2 ([#398]) -- Use `BlockCipherEncrypt`/`BlockCipherDecrypt` trait names ([#400]) -- bump `cipher` dependency to `0.5.0-pre.4` ([#413]) - -[#394]: https://github.com/RustCrypto/block-ciphers/pull/394 -[#398]: https://github.com/RustCrypto/block-ciphers/pull/398 -[#400]: https://github.com/RustCrypto/block-ciphers/pull/400 -[#413]: https://github.com/RustCrypto/block-ciphers/pull/413 +- Bump `cipher` dependency to v0.5 +- Edition changed to 2024 and MSRV bumped to 1.85 ([#472]) +- Relax MSRV policy and allow MSRV bumps in patch releases ([#477]) + +[#472]: https://github.com/RustCrypto/block-ciphers/pull/472 +[#477]: https://github.com/RustCrypto/block-ciphers/pull/477 ## 0.9.0 (2023-08-06) ### Breaking changes diff --git a/rc2/CHANGELOG.md b/rc2/CHANGELOG.md index b04cf068..27b8246b 100644 --- a/rc2/CHANGELOG.md +++ b/rc2/CHANGELOG.md @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.9.0 (UNRELEASED) +### Changed +- Bump `cipher` dependency to v0.5 +- Edition changed to 2024 and MSRV bumped to 1.85 ([#472]) +- Relax MSRV policy and allow MSRV bumps in patch releases ([#477]) + +[#472]: https://github.com/RustCrypto/block-ciphers/pull/472 +[#477]: https://github.com/RustCrypto/block-ciphers/pull/477 + ## 0.8.1 (2022-02-17) ### Fixed - Minimal versions build ([#303]) diff --git a/rc5/CHANGELOG.md b/rc5/CHANGELOG.md index 59c600b5..679d09e7 100644 --- a/rc5/CHANGELOG.md +++ b/rc5/CHANGELOG.md @@ -5,10 +5,19 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased -- Added u8 and u128 word size support. -- Enabled custom word size, key size, and round count values. -- Deprecated old predefined RC5 cipher types. +## 0.1.0 (UNRELEASED) +### Changed +- Bump `cipher` dependency to v0.5 +- Edition changed to 2024 and MSRV bumped to 1.85 ([#472]) +- Relax MSRV policy and allow MSRV bumps in patch releases ([#477]) +- Unlock parameter size, add u128 and u8 word size support ([#382]) + +### Deprecated +- Old predefined RC5 cipher types ([#382]) + +[#382]: https://github.com/RustCrypto/block-ciphers/pull/382 +[#472]: https://github.com/RustCrypto/block-ciphers/pull/472 +[#477]: https://github.com/RustCrypto/block-ciphers/pull/477 ## 0.0.1 (2023-02-10) -- Initial release \ No newline at end of file +- Initial release diff --git a/serpent/CHANGELOG.md b/serpent/CHANGELOG.md index e8156e45..5f69376a 100644 --- a/serpent/CHANGELOG.md +++ b/serpent/CHANGELOG.md @@ -10,10 +10,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `serpent_no_unroll` configuration flag ([#476]) ### Changed +- Bump `cipher` dependency to v0.5 +- Edition changed to 2024 and MSRV bumped to 1.85 ([#472]) +- Relax MSRV policy and allow MSRV bumps in patch releases ([#477]) - Improve bitslicing implementation ([#474]) +[#472]: https://github.com/RustCrypto/block-ciphers/pull/472 [#474]: https://github.com/RustCrypto/block-ciphers/pull/474 [#476]: https://github.com/RustCrypto/block-ciphers/pull/476 +[#477]: https://github.com/RustCrypto/block-ciphers/pull/477 ## 0.5.1 (2022-02-17) ### Fixed diff --git a/sm4/CHANGELOG.md b/sm4/CHANGELOG.md index 51af512d..207c76a2 100644 --- a/sm4/CHANGELOG.md +++ b/sm4/CHANGELOG.md @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.2.0 (UNRELEASED) +### Changed +- Bump `cipher` dependency to v0.5 +- Edition changed to 2024 and MSRV bumped to 1.85 ([#472]) +- Relax MSRV policy and allow MSRV bumps in patch releases ([#477]) + +[#472]: https://github.com/RustCrypto/block-ciphers/pull/472 +[#477]: https://github.com/RustCrypto/block-ciphers/pull/477 + ## 0.5.1 (2022-02-17) ### Fixed - Minimal versions build ([#303]) diff --git a/speck/CHANGELOG.md b/speck/CHANGELOG.md index ea14bbf1..3515a408 100644 --- a/speck/CHANGELOG.md +++ b/speck/CHANGELOG.md @@ -5,5 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.1.0 (UNRELEASED) +### Changed +- Bump `cipher` dependency to v0.5 +- Edition changed to 2024 and MSRV bumped to 1.85 ([#472]) +- Relax MSRV policy and allow MSRV bumps in patch releases ([#477]) + +[#472]: https://github.com/RustCrypto/block-ciphers/pull/472 +[#477]: https://github.com/RustCrypto/block-ciphers/pull/477 + ## 0.0.1 (2024-05-17) - Initial release diff --git a/threefish/CHANGELOG.md b/threefish/CHANGELOG.md index 16cfa85f..d99d73f7 100644 --- a/threefish/CHANGELOG.md +++ b/threefish/CHANGELOG.md @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.6.0 (UNRELEASED) +### Changed +- Bump `cipher` dependency to v0.5 +- Edition changed to 2024 and MSRV bumped to 1.85 ([#472]) +- Relax MSRV policy and allow MSRV bumps in patch releases ([#477]) + +[#472]: https://github.com/RustCrypto/block-ciphers/pull/472 +[#477]: https://github.com/RustCrypto/block-ciphers/pull/477 + ## 0.5.2 (2023-06-09) ### Added - `new_with_tweak_u64`, `encrypt_block_u64`, and `decrypt_block_u64` methods ([#364]) diff --git a/twofish/CHANGELOG.md b/twofish/CHANGELOG.md index e467a075..ee2c3b90 100644 --- a/twofish/CHANGELOG.md +++ b/twofish/CHANGELOG.md @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.8.0 (UNRELEASED) +### Changed +- Bump `cipher` dependency to v0.5 +- Edition changed to 2024 and MSRV bumped to 1.85 ([#472]) +- Relax MSRV policy and allow MSRV bumps in patch releases ([#477]) + +[#472]: https://github.com/RustCrypto/block-ciphers/pull/472 +[#477]: https://github.com/RustCrypto/block-ciphers/pull/477 + ## 0.7.1 (2022-02-17) ### Fixed - Minimal versions build ([#303]) diff --git a/xtea/CHANGELOG.md b/xtea/CHANGELOG.md index f14e3560..5d95b2b2 100644 --- a/xtea/CHANGELOG.md +++ b/xtea/CHANGELOG.md @@ -5,5 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.2.0 (UNRELEASED) +### Changed +- Bump `cipher` dependency to v0.5 +- Edition changed to 2024 and MSRV bumped to 1.85 ([#472]) +- Relax MSRV policy and allow MSRV bumps in patch releases ([#477]) + +[#472]: https://github.com/RustCrypto/block-ciphers/pull/472 +[#477]: https://github.com/RustCrypto/block-ciphers/pull/477 + ## 0.1.0 (2024-05-11) - Initial release