Skip to content

Commit ffe0939

Browse files
authored
Release sha2 0.11.0 (#806)
### Changed - Edition changed to 2024 and MSRV bumped to 1.85 ([#652]) - Relax MSRV policy and allow MSRV bumps in patch releases - Update to `digest` v0.11 - Replace type aliases with newtypes ([#678]) - `compress256` and `compress512` are moved to the `block_api` module ([#678]) - Implementation of the `SerializableState` trait ([#716]) - Configuration flags for backend selection ([#614], [#615], [#686], [#802]) ### Added - `alloc` crate feature ([#678]) - RISC-V scalar crypto extension support ([#614]) ### Removed - `asm`, `asm-aarch64`, `loongarch64_asm`, and `compress` crate features ([#542]) - `soft` crate feature ([#615]) - `force-soft-compact` crate feature ([#686]) - `std` crate feature ([#678]) [#542]: #542 [#614]: #614 [#615]: #615 [#652]: #652 [#678]: #678 [#686]: #686 [#716]: #716 [#802]: #802
1 parent 8991b65 commit ffe0939

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sha2/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
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-03-25)
99
### Changed
1010
- Edition changed to 2024 and MSRV bumped to 1.85 ([#652])
1111
- Relax MSRV policy and allow MSRV bumps in patch releases

sha2/Cargo.toml

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

0 commit comments

Comments
 (0)