diff --git a/Cargo.lock b/Cargo.lock index 14d0413a..651f5363 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -711,7 +711,7 @@ dependencies = [ [[package]] name = "signature_derive" -version = "2.1.0" +version = "2.2.0" dependencies = [ "proc-macro2", "quote", diff --git a/aead/CHANGELOG.md b/aead/CHANGELOG.md index 64c3f094..b1395f3d 100644 --- a/aead/CHANGELOG.md +++ b/aead/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - fixup `hybrid-array` migration ([#1531]) ### Changed +- Edition changed to 2024 and MSRV bumped to 1.85 ([#1759]) - Migrate to `doc_auto_cfg` ([#1370]) - Exclude pre-1.60 crates from workspace ([#1380]) - bump `crypto-common` to v0.2.0-pre; MSRV 1.65 ([#1384]) @@ -39,6 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#1469]: https://github.com/RustCrypto/traits/pull/1469 [#1496]: https://github.com/RustCrypto/traits/pull/1496 [#1531]: https://github.com/RustCrypto/traits/pull/1531 +[#1759]: https://github.com/RustCrypto/traits/pull/1759 ## 0.5.2 (2023-04-02) ### Added diff --git a/async-signature/CHANGELOG.md b/async-signature/CHANGELOG.md index 70bd82f9..bef58c09 100644 --- a/async-signature/CHANGELOG.md +++ b/async-signature/CHANGELOG.md @@ -4,6 +4,12 @@ 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 +- Edition changed to 2024 and MSRV bumped to 1.85 ([#1759]) + +[#1759]: https://github.com/RustCrypto/traits/pull/1759 + ## 0.5.1 (2024-04-02) ### Added - `no_std` support ([#1544]) diff --git a/cipher/CHANGELOG.md b/cipher/CHANGELOG.md index 4a388fb3..c818a3ec 100644 --- a/cipher/CHANGELOG.md +++ b/cipher/CHANGELOG.md @@ -5,6 +5,12 @@ 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.5.0 (UNRELEASED) +### Changed +- Edition changed to 2024 and MSRV bumped to 1.85 ([#1759]) + +[#1759]: https://github.com/RustCrypto/traits/pull/1759 + ## 0.4.4 (2022-03-09) ### Changed - Move `ParBlocks`/`ParBlocksSizeUser` to the `crypto-common` crate ([#1052]) diff --git a/crypto-common/CHANGELOG.md b/crypto-common/CHANGELOG.md index 448cb106..71cea962 100644 --- a/crypto-common/CHANGELOG.md +++ b/crypto-common/CHANGELOG.md @@ -5,13 +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). -## UNRELEASED +## 0.2.0 (UNRELEASED) ### Added - Sealed `BlockSizes` trait implemented for types from `U1` to `U255` ### Changed - `BlockUser::BlockSize` is now bounded by the `BlockSizes` trait -- Edition changed to 2021 and MSRV bumped to 1.56 +- Edition changed to 2024 and MSRV bumped to 1.85 ([#1759]) + +[#1759]: https://github.com/RustCrypto/traits/pull/1759 ## 0.1.6 (2022-07-16) ### Added diff --git a/crypto/CHANGELOG.md b/crypto/CHANGELOG.md index 55339b26..f5b7fd9c 100644 --- a/crypto/CHANGELOG.md +++ b/crypto/CHANGELOG.md @@ -5,6 +5,12 @@ 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 +- Edition changed to 2024 and MSRV bumped to 1.85 ([#1759]) + +[#1759]: https://github.com/RustCrypto/traits/pull/1759 + ## 0.5.1 (2023-05-27) Unchanged from v0.5.0, but published to trigger a new docs.rs build. diff --git a/digest/CHANGELOG.md b/digest/CHANGELOG.md index afff142f..a6c58234 100644 --- a/digest/CHANGELOG.md +++ b/digest/CHANGELOG.md @@ -5,19 +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.11.0 (UNRELEASED) ### Added - `CustomizedInit` trait ([#1334]). ### Changed - `crypto-common` dependency bumped to v0.2 ([#1173]) -- Edition changed to 2021 and MSRV bumped to 1.57 ([#1173]) +- Edition changed to 2024 and MSRV bumped to 1.85 ([#1759]) ### Removed - `Mac::new`, `Mac::new_from_slice`, and `Mac::generate_key` methods ([#1173]) [#1173]: https://github.com/RustCrypto/traits/pull/1173 [#1334]: https://github.com/RustCrypto/traits/pull/1334 +[#1759]: https://github.com/RustCrypto/traits/pull/1759 ## 0.10.7 (2023-05-19) ### Changed diff --git a/elliptic-curve/CHANGELOG.md b/elliptic-curve/CHANGELOG.md index 37b56314..7d50c6e1 100644 --- a/elliptic-curve/CHANGELOG.md +++ b/elliptic-curve/CHANGELOG.md @@ -4,6 +4,12 @@ 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.14.0 (UNRELEASED) +### Changed +- Edition changed to 2024 and MSRV bumped to 1.85 ([#1759]) + +[#1759]: https://github.com/RustCrypto/traits/pull/1759 + ## 0.13.8 (2023-11-18) ### Changed - `SecretKey::from_slice` now allows >=24-bytes ([#1412]) diff --git a/kem/CHANGELOG.md b/kem/CHANGELOG.md index 103b251f..591c3e83 100644 --- a/kem/CHANGELOG.md +++ b/kem/CHANGELOG.md @@ -4,6 +4,12 @@ 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.3.0 (UNRELEASED) +### Changed +- Edition changed to 2024 and MSRV bumped to 1.85 ([#1759]) + +[#1759]: https://github.com/RustCrypto/traits/pull/1759 + ## 0.2.0 (2022-05-26) ### Added - Generic `SharedSecret` type ([#982]) diff --git a/password-hash/CHANGELOG.md b/password-hash/CHANGELOG.md index e32dd427..e28a88cc 100644 --- a/password-hash/CHANGELOG.md +++ b/password-hash/CHANGELOG.md @@ -5,6 +5,12 @@ 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 +- Edition changed to 2024 and MSRV bumped to 1.85 ([#1759]) + +[#1759]: https://github.com/RustCrypto/traits/pull/1759 + ## 0.5.0 (2023-03-04) ### Added - `Error::OutputSize` ([#1026]) diff --git a/signature/CHANGELOG.md b/signature/CHANGELOG.md index 554e0f5f..faaaff7a 100644 --- a/signature/CHANGELOG.md +++ b/signature/CHANGELOG.md @@ -4,11 +4,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). -## Unreleased +## 2.3.0 (UNRELEASED) ### Added -- `RandomizedSignerMut` trait +- `RandomizedSignerMut` trait ([#1448]) -[#1448](https://github.com/RustCrypto/traits/pull/1448) +### Changed +- Edition changed to 2024 and MSRV bumped to 1.85 ([#1759]) + +[#1448]: https://github.com/RustCrypto/traits/pull/1448 +[#1759]: https://github.com/RustCrypto/traits/pull/1759 ## 2.2.0 (2023-11-12) ### Changed diff --git a/signature_derive/CHANGELOG.md b/signature_derive/CHANGELOG.md index 0edb20cd..e88b15da 100644 --- a/signature_derive/CHANGELOG.md +++ b/signature_derive/CHANGELOG.md @@ -4,6 +4,12 @@ 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). +## 2.2.0 (UNRELEASED) +### Changed +- Edition changed to 2024 and MSRV bumped to 1.85 ([#1759]) + +[#1759]: https://github.com/RustCrypto/traits/pull/1759 + ## 2.1.0 (2023-11-12) ### Changed - MSRV 1.60 ([#1387]) diff --git a/signature_derive/Cargo.toml b/signature_derive/Cargo.toml index c11c0a63..e5d8134e 100644 --- a/signature_derive/Cargo.toml +++ b/signature_derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "signature_derive" -version = "2.1.0" +version = "2.2.0" authors = ["RustCrypto Developers"] license = "Apache-2.0 OR MIT" description = "Custom derive support for the 'signature' crate" diff --git a/universal-hash/CHANGELOG.md b/universal-hash/CHANGELOG.md index 1ee729f8..20c7c482 100644 --- a/universal-hash/CHANGELOG.md +++ b/universal-hash/CHANGELOG.md @@ -5,8 +5,9 @@ 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.6.0 (UNRELEASED) ### Changed +- Edition changed to 2024 and MSRV bumped to 1.85 ([#1759]) - Migrate to `doc_auto_cfg` ([#1370]) - Exclude pre-1.60 crates from workspace ([#1380]) - bump crypto-common to v0.2.0-pre; MSRV 1.65 ([#1385]) @@ -30,6 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#1469]: https://github.com/RustCrypto/traits/pull/1469 [#1493]: https://github.com/RustCrypto/traits/pull/1493 [#1496]: https://github.com/RustCrypto/traits/pull/1496 +[#1759]: https://github.com/RustCrypto/traits/pull/1759 ## 0.5.1 (2023-05-19) ### Changed