From 341309aa991a1afd784da49ceb60259747b67904 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 17:17:25 +0300 Subject: [PATCH] Cut new releases --- Cargo.lock | 34 +++++++++++++++++----------------- bash-hash/CHANGELOG.md | 3 +-- bash-hash/Cargo.toml | 2 +- belt-hash/CHANGELOG.md | 2 +- belt-hash/Cargo.toml | 2 +- fsb/CHANGELOG.md | 2 +- fsb/Cargo.toml | 2 +- gost94/CHANGELOG.md | 2 +- gost94/Cargo.toml | 2 +- groestl/CHANGELOG.md | 2 +- groestl/Cargo.toml | 2 +- jh/CHANGELOG.md | 2 +- jh/Cargo.toml | 2 +- kupyna/CHANGELOG.md | 6 ++++-- kupyna/Cargo.toml | 2 +- md2/CHANGELOG.md | 2 +- md2/Cargo.toml | 2 +- md4/CHANGELOG.md | 2 +- md4/Cargo.toml | 2 +- md5/CHANGELOG.md | 2 +- md5/Cargo.toml | 2 +- ripemd/CHANGELOG.md | 2 +- ripemd/Cargo.toml | 2 +- shabal/CHANGELOG.md | 2 +- shabal/Cargo.toml | 2 +- skein/CHANGELOG.md | 2 +- skein/Cargo.toml | 2 +- sm3/CHANGELOG.md | 2 +- sm3/Cargo.toml | 2 +- streebog/CHANGELOG.md | 2 +- streebog/Cargo.toml | 2 +- tiger/Cargo.toml | 2 +- whirlpool/CHANGELOG.md | 2 +- whirlpool/Cargo.toml | 2 +- 34 files changed, 53 insertions(+), 52 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e40ab5dce..10d479676 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -30,7 +30,7 @@ checksum = "bfed5cd32720841afa8cd58c89a317e9efb0c8083e1b349dae4098f022620353" [[package]] name = "bash-hash" -version = "0.1.0-rc.1" +version = "0.1.0" dependencies = [ "bash-f", "digest", @@ -45,7 +45,7 @@ checksum = "d9aa1eef3994e2ccd304a78fe3fea4a73e5792007f85f09b79bb82143ca5f82b" [[package]] name = "belt-hash" -version = "0.2.0-rc.5" +version = "0.2.0" dependencies = [ "belt-block", "digest", @@ -137,7 +137,7 @@ dependencies = [ [[package]] name = "fsb" -version = "0.2.0-rc.2" +version = "0.2.0" dependencies = [ "digest", "hex-literal", @@ -146,7 +146,7 @@ dependencies = [ [[package]] name = "gost94" -version = "0.11.0-rc.2" +version = "0.11.0" dependencies = [ "digest", "hex-literal", @@ -154,7 +154,7 @@ dependencies = [ [[package]] name = "groestl" -version = "0.11.0-rc.2" +version = "0.11.0" dependencies = [ "digest", "hex-literal", @@ -183,7 +183,7 @@ dependencies = [ [[package]] name = "jh" -version = "0.2.0-rc.1" +version = "0.2.0" dependencies = [ "digest", "hex-literal", @@ -211,7 +211,7 @@ dependencies = [ [[package]] name = "kupyna" -version = "0.1.0-pre.0" +version = "0.1.0" dependencies = [ "digest", "hex-literal", @@ -225,7 +225,7 @@ checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d" [[package]] name = "md-5" -version = "0.11.0-rc.5" +version = "0.11.0" dependencies = [ "cfg-if", "digest", @@ -234,7 +234,7 @@ dependencies = [ [[package]] name = "md2" -version = "0.11.0-rc.2" +version = "0.11.0" dependencies = [ "digest", "hex-literal", @@ -242,7 +242,7 @@ dependencies = [ [[package]] name = "md4" -version = "0.11.0-rc.2" +version = "0.11.0" dependencies = [ "digest", "hex-literal", @@ -277,7 +277,7 @@ dependencies = [ [[package]] name = "ripemd" -version = "0.2.0-rc.5" +version = "0.2.0" dependencies = [ "digest", "hex-literal", @@ -324,7 +324,7 @@ dependencies = [ [[package]] name = "shabal" -version = "0.5.0-rc.2" +version = "0.5.0" dependencies = [ "digest", "hex-literal", @@ -332,7 +332,7 @@ dependencies = [ [[package]] name = "skein" -version = "0.2.0-rc.2" +version = "0.2.0" dependencies = [ "digest", "hex-literal", @@ -341,7 +341,7 @@ dependencies = [ [[package]] name = "sm3" -version = "0.5.0-rc.5" +version = "0.5.0" dependencies = [ "digest", "hex-literal", @@ -355,7 +355,7 @@ checksum = "ae3c15181f4b14e52eeaac3efaeec4d2764716ce9c86da0c934c3e318649c5ba" [[package]] name = "streebog" -version = "0.11.0-rc.5" +version = "0.11.0" dependencies = [ "digest", "hex-literal", @@ -383,7 +383,7 @@ dependencies = [ [[package]] name = "tiger" -version = "0.3.0-rc.2" +version = "0.3.0" dependencies = [ "digest", "hex-literal", @@ -403,7 +403,7 @@ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" [[package]] name = "whirlpool" -version = "0.11.0-rc.5" +version = "0.11.0" dependencies = [ "digest", "hex-literal", diff --git a/bash-hash/CHANGELOG.md b/bash-hash/CHANGELOG.md index a3a56b13e..14f8d76d1 100644 --- a/bash-hash/CHANGELOG.md +++ b/bash-hash/CHANGELOG.md @@ -5,8 +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.1.0 (UNRELEASED) +## 0.1.0 (2023-03-27) - Initial release ([#745]) [#745]: https://github.com/RustCrypto/hashes/pull/745 diff --git a/bash-hash/Cargo.toml b/bash-hash/Cargo.toml index 8fdaa2ebc..7f20276fc 100644 --- a/bash-hash/Cargo.toml +++ b/bash-hash/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bash-hash" -version = "0.1.0-rc.1" +version = "0.1.0" authors = ["RustCrypto Developers"] edition = "2024" rust-version = "1.85" diff --git a/belt-hash/CHANGELOG.md b/belt-hash/CHANGELOG.md index 9ebeb7334..0b189becf 100644 --- a/belt-hash/CHANGELOG.md +++ b/belt-hash/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.2.0 (UNRELEASED) +## 0.2.0 (2023-03-27) ### Added - `alloc` crate feature ([#678]) diff --git a/belt-hash/Cargo.toml b/belt-hash/Cargo.toml index 1a6d6bac4..f06341103 100644 --- a/belt-hash/Cargo.toml +++ b/belt-hash/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "belt-hash" -version = "0.2.0-rc.5" +version = "0.2.0" authors = ["RustCrypto Developers"] edition = "2024" rust-version = "1.85" diff --git a/fsb/CHANGELOG.md b/fsb/CHANGELOG.md index e38efba5c..1dd1bd21e 100644 --- a/fsb/CHANGELOG.md +++ b/fsb/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.2.0 (UNRELEASED) +## 0.2.0 (2023-03-27) ### Added - `alloc` crate feature ([#678]) diff --git a/fsb/Cargo.toml b/fsb/Cargo.toml index 676d1eca0..bf62f1f56 100644 --- a/fsb/Cargo.toml +++ b/fsb/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fsb" -version = "0.2.0-rc.2" +version = "0.2.0" authors = ["RustCrypto Developers"] edition = "2024" rust-version = "1.85" diff --git a/gost94/CHANGELOG.md b/gost94/CHANGELOG.md index 92f118727..7a8f7598b 100644 --- a/gost94/CHANGELOG.md +++ b/gost94/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 (2023-03-27) ### Added - `alloc` crate feature ([#678]) diff --git a/gost94/Cargo.toml b/gost94/Cargo.toml index 4392902ba..eb6a8d3d0 100644 --- a/gost94/Cargo.toml +++ b/gost94/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gost94" -version = "0.11.0-rc.2" +version = "0.11.0" authors = ["RustCrypto Developers"] edition = "2024" rust-version = "1.85" diff --git a/groestl/CHANGELOG.md b/groestl/CHANGELOG.md index fd9da0a95..0ff48acbc 100644 --- a/groestl/CHANGELOG.md +++ b/groestl/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 (2023-03-27) ### Added - `alloc` crate feature ([#678]) diff --git a/groestl/Cargo.toml b/groestl/Cargo.toml index 4a174e733..2e5c755d4 100644 --- a/groestl/Cargo.toml +++ b/groestl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "groestl" -version = "0.11.0-rc.2" +version = "0.11.0" authors = ["RustCrypto Developers"] edition = "2024" rust-version = "1.85" diff --git a/jh/CHANGELOG.md b/jh/CHANGELOG.md index 66c7b8ea0..acedbe6a7 100644 --- a/jh/CHANGELOG.md +++ b/jh/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.2.0 (UNRELEASED) +## 0.2.0 (2023-03-27) ### Added - `alloc` crate feature ([#678]) diff --git a/jh/Cargo.toml b/jh/Cargo.toml index 66d739668..f90247c15 100644 --- a/jh/Cargo.toml +++ b/jh/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jh" -version = "0.2.0-rc.1" +version = "0.2.0" authors = ["RustCrypto Developers"] edition = "2024" rust-version = "1.85" diff --git a/kupyna/CHANGELOG.md b/kupyna/CHANGELOG.md index fa000c8b7..49c88a35c 100644 --- a/kupyna/CHANGELOG.md +++ b/kupyna/CHANGELOG.md @@ -4,5 +4,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.1.0 (UNRELEASED) -- Initial release +## 0.1.0 (2023-03-27) +- Initial release ([#621]) + +[#621]: https://github.com/RustCrypto/hashes/pull/621 diff --git a/kupyna/Cargo.toml b/kupyna/Cargo.toml index f718862f9..27ec65e41 100644 --- a/kupyna/Cargo.toml +++ b/kupyna/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kupyna" -version = "0.1.0-pre.0" +version = "0.1.0" authors = ["RustCrypto Developers"] edition = "2024" rust-version = "1.85" diff --git a/md2/CHANGELOG.md b/md2/CHANGELOG.md index 528324665..efc8d63c2 100644 --- a/md2/CHANGELOG.md +++ b/md2/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 (2023-03-27) ### Added - `alloc` crate feature ([#678]) diff --git a/md2/Cargo.toml b/md2/Cargo.toml index 6ff293c29..72d7bc44f 100644 --- a/md2/Cargo.toml +++ b/md2/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "md2" -version = "0.11.0-rc.2" +version = "0.11.0" authors = ["RustCrypto Developers"] edition = "2024" rust-version = "1.85" diff --git a/md4/CHANGELOG.md b/md4/CHANGELOG.md index 27862f856..ac5fd2c19 100644 --- a/md4/CHANGELOG.md +++ b/md4/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 (2023-03-27) ### Added - `alloc` crate feature ([#678]) diff --git a/md4/Cargo.toml b/md4/Cargo.toml index d4ebb22a0..31f1fb804 100644 --- a/md4/Cargo.toml +++ b/md4/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "md4" -version = "0.11.0-rc.2" +version = "0.11.0" authors = ["RustCrypto Developers"] edition = "2024" rust-version = "1.85" diff --git a/md5/CHANGELOG.md b/md5/CHANGELOG.md index a39d4a16c..38f724455 100644 --- a/md5/CHANGELOG.md +++ b/md5/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 (2023-03-27) ### Added - `alloc` crate feature ([#678]) - Expose compression function from the `block_api` module ([#735]) diff --git a/md5/Cargo.toml b/md5/Cargo.toml index aa6beb48a..96a971627 100644 --- a/md5/Cargo.toml +++ b/md5/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "md-5" -version = "0.11.0-rc.5" +version = "0.11.0" authors = ["RustCrypto Developers"] edition = "2024" rust-version = "1.85" diff --git a/ripemd/CHANGELOG.md b/ripemd/CHANGELOG.md index f496e6181..ffac1e270 100644 --- a/ripemd/CHANGELOG.md +++ b/ripemd/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.2.0 (UNRELEASED) +## 0.2.0 (2023-03-27) ### Added - `alloc` crate feature ([#678]) diff --git a/ripemd/Cargo.toml b/ripemd/Cargo.toml index c89b0b950..ef935df9f 100644 --- a/ripemd/Cargo.toml +++ b/ripemd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ripemd" -version = "0.2.0-rc.5" +version = "0.2.0" authors = ["RustCrypto Developers"] edition = "2024" rust-version = "1.85" diff --git a/shabal/CHANGELOG.md b/shabal/CHANGELOG.md index 3af97a654..d3d5554d9 100644 --- a/shabal/CHANGELOG.md +++ b/shabal/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.5.0 (UNRELEASED) +## 0.5.0 (2023-03-27) ### Added - `alloc` crate feature ([#678]) diff --git a/shabal/Cargo.toml b/shabal/Cargo.toml index decd7199f..ad8e8a62e 100644 --- a/shabal/Cargo.toml +++ b/shabal/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shabal" -version = "0.5.0-rc.2" +version = "0.5.0" authors = ["RustCrypto Developers"] edition = "2024" rust-version = "1.85" diff --git a/skein/CHANGELOG.md b/skein/CHANGELOG.md index 7127af4e7..a170fa070 100644 --- a/skein/CHANGELOG.md +++ b/skein/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.2.0 (UNRELEASED) +## 0.2.0 (2023-03-27) ### Added - `alloc` crate feature ([#678]) diff --git a/skein/Cargo.toml b/skein/Cargo.toml index 682a0dfbb..56926b996 100644 --- a/skein/Cargo.toml +++ b/skein/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "skein" -version = "0.2.0-rc.2" +version = "0.2.0" authors = ["RustCrypto Developers"] edition = "2024" rust-version = "1.85" diff --git a/sm3/CHANGELOG.md b/sm3/CHANGELOG.md index 41da3e0cb..a6746c8d2 100644 --- a/sm3/CHANGELOG.md +++ b/sm3/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.5.0 (UNRELEASED) +## 0.5.0 (2023-03-27) ### Added - `alloc` crate feature ([#678]) - `oid` crate feature and `AssociatedOid` trait implementation ([#706]) diff --git a/sm3/Cargo.toml b/sm3/Cargo.toml index 29679e712..84d721c82 100644 --- a/sm3/Cargo.toml +++ b/sm3/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sm3" -version = "0.5.0-rc.5" +version = "0.5.0" authors = ["RustCrypto Developers"] edition = "2024" rust-version = "1.85" diff --git a/streebog/CHANGELOG.md b/streebog/CHANGELOG.md index 5834cd23c..cc7d49785 100644 --- a/streebog/CHANGELOG.md +++ b/streebog/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 (2023-03-27) ### Added - `alloc` crate feature ([#678]) diff --git a/streebog/Cargo.toml b/streebog/Cargo.toml index c50c337d4..42678d3c8 100644 --- a/streebog/Cargo.toml +++ b/streebog/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "streebog" -version = "0.11.0-rc.5" +version = "0.11.0" authors = ["RustCrypto Developers"] edition = "2024" rust-version = "1.85" diff --git a/tiger/Cargo.toml b/tiger/Cargo.toml index 15b7338d9..6937ea0c1 100644 --- a/tiger/Cargo.toml +++ b/tiger/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tiger" -version = "0.3.0-rc.2" +version = "0.3.0" authors = ["RustCrypto Developers"] edition = "2024" rust-version = "1.85" diff --git a/whirlpool/CHANGELOG.md b/whirlpool/CHANGELOG.md index 9b62c2e79..c2dd1675b 100644 --- a/whirlpool/CHANGELOG.md +++ b/whirlpool/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 (2023-03-27) ### Added - `alloc` crate feature ([#678]) diff --git a/whirlpool/Cargo.toml b/whirlpool/Cargo.toml index d63452ced..608b0f3d7 100644 --- a/whirlpool/Cargo.toml +++ b/whirlpool/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "whirlpool" -version = "0.11.0-rc.5" +version = "0.11.0" authors = ["RustCrypto Developers"] edition = "2024" rust-version = "1.85"