Skip to content

Commit 211e7d1

Browse files
committed
Update changelogs
1 parent 8cf834f commit 211e7d1

5 files changed

Lines changed: 35 additions & 0 deletions

File tree

ascon-xof128/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## 0.2.0 (UNRELEASED)
8+
### Changed
9+
- Internal implementation by removing unnecessary buffering ([#849])
10+
- Serialization format used by `SerializableState` implementations ([#849])
11+
12+
[#849]: https://github.com/RustCrypto/hashes/pull/849
13+
714
## 0.1.0 (2026-04-24)
815
- Initial release ([#841])
916

cshake/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.2.0 (UNRELEASED)
9+
### Changed
10+
- Internal implementation by removing unnecessary buffering ([#849])
11+
- `Rate: BlockSizes` generic parameter to `const RATE: usize` ([#849])
12+
13+
[#849]: https://github.com/RustCrypto/hashes/pull/849
14+
815
## 0.1.1 (2026-04-19)
916
### Fixed
1017
- Non-compliant initialization when serialized length of function name and customization string

k12/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.5.0 (UNRELEASED)
9+
### Changed
10+
- Internal implementation by removing unnecessary buffering ([#849])
11+
- `Rate: BlockSizes` generic parameter to `const RATE: usize` ([#849])
12+
13+
[#849]: https://github.com/RustCrypto/hashes/pull/849
14+
815
## 0.4.0 (2026-04-24)
916
### Added
1017
- `alloc` crate feature ([#678])

sha3/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.12.0 (UNRELEASED)
9+
### Changed
10+
- Internal implementation by removing unnecessary buffering ([#849])
11+
- Serialization format used by `SerializableState` trait implementations ([#849])
12+
13+
[#849]: https://github.com/RustCrypto/hashes/pull/849
14+
815
## 0.11.0 (2026-04-02)
916
### Added
1017
- `alloc` crate feature ([#678])

turboshake/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.7.0 (UNRELEASED)
9+
### Changed
10+
- Internal implementation by removing unnecessary buffering ([#849])
11+
- `Rate: BlockSizes` generic parameter to `const RATE: usize` ([#849])
12+
13+
[#849]: https://github.com/RustCrypto/hashes/pull/849
14+
815
## 0.6.0 (2026-04-24)
916
Note: the crate was transferred to RustCrypto from https://github.com/itzmeanjan/turboshake
1017

0 commit comments

Comments
 (0)