From c0f99c6d77472226f96c59cfb478d2ef50ea9404 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82=D1=91=D0=BC=20=D0=9F=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=BE=D0=B2=20=5BArtyom=20Pavlov=5D?= Date: Fri, 27 Mar 2026 16:26:52 +0300 Subject: [PATCH 1/2] Release sha1 v0.11.0 --- Cargo.lock | 2 +- sha1/CHANGELOG.md | 2 +- sha1/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c72e1b00..e40ab5dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -285,7 +285,7 @@ dependencies = [ [[package]] name = "sha1" -version = "0.11.0-rc.5" +version = "0.11.0" dependencies = [ "cfg-if", "cpufeatures", diff --git a/sha1/CHANGELOG.md b/sha1/CHANGELOG.md index 2a0d01e9..eccd486d 100644 --- a/sha1/CHANGELOG.md +++ b/sha1/CHANGELOG.md @@ -5,7 +5,7 @@ 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.11.0 (UNRELEASED) +## 0.11.0 (2026-03-27) ### Added - `alloc` crate feature ([#678]) - `sha1_backend` configuration flag ([#808]) diff --git a/sha1/Cargo.toml b/sha1/Cargo.toml index 66c2dcf0..8ba9a8c6 100644 --- a/sha1/Cargo.toml +++ b/sha1/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sha1" -version = "0.11.0-rc.5" +version = "0.11.0" authors = ["RustCrypto Developers"] edition = "2024" rust-version = "1.85" From 376a7fd2c19c3c7be70f342a9c6bb3b5cbe54bd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82=D1=91=D0=BC=20=D0=9F=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=BE=D0=B2=20=5BArtyom=20Pavlov=5D?= Date: Fri, 27 Mar 2026 16:29:14 +0300 Subject: [PATCH 2/2] tweak changelog --- sha1/CHANGELOG.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sha1/CHANGELOG.md b/sha1/CHANGELOG.md index eccd486d..f8af497f 100644 --- a/sha1/CHANGELOG.md +++ b/sha1/CHANGELOG.md @@ -18,9 +18,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Implementation of the `SerializableState` trait ([#716]) ### Removed -- `asm`, `loongarch64_asm`, and `compress` crate features [#542] -- `std` crate feature ([#678]) -- `force-soft` crate feature ([#808]) +- `asm`, `loongarch64_asm`, `force-soft`, `std`, and `compress` crate features + ([#542], [#678], [#808]) [#542]: https://github.com/RustCrypto/hashes/pull/542 [#652]: https://github.com/RustCrypto/hashes/pull/652