Skip to content

Commit 38ea355

Browse files
authored
Release md5 v0.10.2, sha1 v0.10.2, sha2 v0.10.3, whirlpool v0.10.2 (#392)
1 parent 4c7a3fa commit 38ea355

9 files changed

+32
-8
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

md5/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.10.2 (2022-08-30)
9+
### Changed
10+
- Ignore `asm` feature on unsupported targets ([#388])
11+
12+
[#388]: https://github.com/RustCrypto/hashes/pull/388
13+
814
## 0.10.1 (2022-02-17)
915
### Fixed
1016
- Minimal versions build ([#363])

md5/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "md-5"
3-
version = "0.10.1" # Also update html_root_url in lib.rs when bumping this
3+
version = "0.10.2" # Also update html_root_url in lib.rs when bumping this
44
description = "MD5 hash function"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

sha1/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.10.2 (2022-08-30)
9+
### Changed
10+
- Ignore `asm` feature on unsupported targets ([#388])
11+
12+
[#388]: https://github.com/RustCrypto/hashes/pull/388
13+
814
## 0.10.1 (2022-02-17)
915
### Fixed
1016
- Minimal versions build ([#363])

sha1/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sha1"
3-
version = "0.10.1" # Also update html_root_url in lib.rs when bumping this
3+
version = "0.10.2" # Also update html_root_url in lib.rs when bumping this
44
# on v0.10.x releases also release the sha-1 crate as well
55
description = "SHA-1 hash function"
66
authors = ["RustCrypto Developers"]

sha2/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.10.3 (2022-08-30)
9+
### Changed
10+
- Ignore `asm` feature on unsupported targets ([#388])
11+
12+
[#388]: https://github.com/RustCrypto/hashes/pull/388
13+
814
## 0.10.2 (2022-02-17)
915
### Fixed
1016
- Minimal versions build ([#363])

sha2/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sha2"
3-
version = "0.10.2" # Also update html_root_url in lib.rs when bumping this
3+
version = "0.10.3" # Also update html_root_url in lib.rs when bumping this
44
description = """
55
Pure Rust implementation of the SHA-2 hash function family
66
including SHA-224, SHA-256, SHA-384, and SHA-512.

whirlpool/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.10.2 (2022-08-30)
9+
### Changed
10+
- Ignore `asm` feature on unsupported targets ([#388])
11+
12+
[#388]: https://github.com/RustCrypto/hashes/pull/388
13+
814
## 0.10.1 (2022-02-17)
915
### Fixed
1016
- Minimal versions build ([#363])

whirlpool/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "whirlpool"
3-
version = "0.10.1" # Also update html_root_url in lib.rs when bumping this
3+
version = "0.10.2" # Also update html_root_url in lib.rs when bumping this
44
description = "Whirlpool hash function"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)