Skip to content

Commit 2f00175

Browse files
authored
Release sha1 v0.11.0 (#810)
### Added - `alloc` crate feature ([#678]) - `sha1_backend` configuration flag ([#808]) ### 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]) - Implementation of the `SerializableState` trait ([#716]) ### Removed - `asm`, `loongarch64_asm`, `force-soft`, `std`, and `compress` crate features ([#542], [#678], [#808]) [#542]: #542 [#652]: #652 [#678]: #678 [#716]: #716 [#808]: #808
1 parent 07d370c commit 2f00175

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

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.

sha1/CHANGELOG.md

Lines changed: 3 additions & 4 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-03-27)
99
### Added
1010
- `alloc` crate feature ([#678])
1111
- `sha1_backend` configuration flag ([#808])
@@ -18,9 +18,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818
- Implementation of the `SerializableState` trait ([#716])
1919

2020
### Removed
21-
- `asm`, `loongarch64_asm`, and `compress` crate features [#542]
22-
- `std` crate feature ([#678])
23-
- `force-soft` crate feature ([#808])
21+
- `asm`, `loongarch64_asm`, `force-soft`, `std`, and `compress` crate features
22+
([#542], [#678], [#808])
2423

2524
[#542]: https://github.com/RustCrypto/hashes/pull/542
2625
[#652]: https://github.com/RustCrypto/hashes/pull/652

sha1/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sha1"
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)