Skip to content

Commit

Permalink
Update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Feb 21, 2025
1 parent ac82586 commit d0246b6
Show file tree
Hide file tree
Showing 14 changed files with 63 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions aead/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions async-signature/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down
6 changes: 6 additions & 0 deletions cipher/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down
6 changes: 4 additions & 2 deletions crypto-common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions crypto/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
5 changes: 3 additions & 2 deletions digest/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions elliptic-curve/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down
6 changes: 6 additions & 0 deletions kem/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down
6 changes: 6 additions & 0 deletions password-hash/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down
10 changes: 7 additions & 3 deletions signature/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions signature_derive/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down
2 changes: 1 addition & 1 deletion signature_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 3 additions & 1 deletion universal-hash/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand All @@ -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
Expand Down

0 comments on commit d0246b6

Please sign in to comment.