Skip to content

Commit b5051e5

Browse files
authored
Cut new releases (#812)
List of released crates: - bash-hash v0.1.0 - belt-hash v0.2.0 - fsb v0.2.0 - gost94 v0.11.0 - groestl v0.11.0 - jh v0.2.0 - kupyna v0.1.0 - md2 v0.11.0 - md4 v0.11.0 - md5 v0.11.0 - ripemd v0.2.0 - shabal v0.5.0 - sm3 v0.5.0 - streebog v0.11.0 - tiger v0.3.0 - whirlpool v0.11.0 Most crates contain the following changelog: ### Added - `alloc` crate feature ([#678]) ### 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 - `std` crate feature ([#678]) [#652]: #652 [#678]: #678 [#716]: #716
1 parent 451c446 commit b5051e5

34 files changed

+53
-52
lines changed

Cargo.lock

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

bash-hash/CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +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-
9-
## 0.1.0 (UNRELEASED)
8+
## 0.1.0 (2023-03-27)
109
- Initial release ([#745])
1110

1211
[#745]: https://github.com/RustCrypto/hashes/pull/745

bash-hash/Cargo.toml

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

belt-hash/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.2.0 (UNRELEASED)
8+
## 0.2.0 (2023-03-27)
99
### Added
1010
- `alloc` crate feature ([#678])
1111

belt-hash/Cargo.toml

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

fsb/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.2.0 (UNRELEASED)
8+
## 0.2.0 (2023-03-27)
99
### Added
1010
- `alloc` crate feature ([#678])
1111

fsb/Cargo.toml

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

gost94/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 (2023-03-27)
99
### Added
1010
- `alloc` crate feature ([#678])
1111

gost94/Cargo.toml

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

groestl/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 (2023-03-27)
99
### Added
1010
- `alloc` crate feature ([#678])
1111

0 commit comments

Comments
 (0)