Skip to content

Commit 764a8c2

Browse files
committed
Release sha3 v0.11.0
1 parent c46466f commit 764a8c2

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sha3/CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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.11.0 (UNRELEASED)
8+
## 0.11.0 (2026-04-01)
99
### Added
1010
- `alloc` crate feature ([#678])
1111

@@ -15,16 +15,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515
- Update to `digest` v0.11
1616
- Replace type aliases with newtypes ([#678])
1717
- Implementation of the `SerializableState` trait ([#716])
18-
- Added default value for domain separator generic parameter on
19-
`TurboShake128/256` types equal to 0x1F ([#798])
2018

2119
### Removed
2220
- `std` crate feature ([#678])
21+
- `CShake128/256` and `TurboShake128/256` types by moving them to
22+
`cshake` and `turbo-shake` crates respectively ([#815])
2323

2424
[#652]: https://github.com/RustCrypto/hashes/pull/652
2525
[#678]: https://github.com/RustCrypto/hashes/pull/678
2626
[#716]: https://github.com/RustCrypto/hashes/pull/716
2727
[#798]: https://github.com/RustCrypto/hashes/pull/798
28+
[#815]: https://github.com/RustCrypto/hashes/pull/815
2829

2930
## 0.10.8 (2023-04-08)
3031
### Fixed

sha3/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sha3"
3-
version = "0.11.0-rc.9"
3+
version = "0.11.0"
44
authors = ["RustCrypto Developers"]
55
edition = "2024"
66
rust-version = "1.85"

0 commit comments

Comments
 (0)