Skip to content

Commit 22f903a

Browse files
authored
bump md5, ripemd160 and sha3 to v0.9.1 (#179)
1 parent 4b9939e commit 22f903a

File tree

7 files changed

+31
-6
lines changed

7 files changed

+31
-6
lines changed

Cargo.lock

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

md5/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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.9.1 (2020-06-28)
9+
### Changed
10+
- Update to `block-buffer` v0.9 ([#164])
11+
- Update to `opaque-debug` v0.3 ([#168])
12+
13+
[#164]: https://github.com/RustCrypto/hashes/pull/164
14+
[#168]: https://github.com/RustCrypto/hashes/pull/168
15+
816
## 0.9.0 (2020-06-09)
917
### Changed
1018
- Update to `digest` v0.9 release; MSRV 1.41+ ([#155])

md5/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "md-5"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
description = "MD5 hash function"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

ripemd160/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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.9.1 (2020-06-28)
9+
### Changed
10+
- Update to `block-buffer` v0.9 ([#164])
11+
- Update to `opaque-debug` v0.3 ([#168])
12+
13+
[#164]: https://github.com/RustCrypto/hashes/pull/164
14+
[#168]: https://github.com/RustCrypto/hashes/pull/168
15+
816
## 0.9.0 (2020-06-10)
917
### Changed
1018
- Update to `digest` v0.9 release ([#155])

ripemd160/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ripemd160"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
description = "RIPEMD-160 hash function"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

sha3/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ 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.9.1 (2020-06-28)
10+
### Changed
11+
- Update to `block-buffer` v0.9 ([#164])
12+
- Update to `opaque-debug` v0.3 ([#168])
13+
14+
[#164]: https://github.com/RustCrypto/hashes/pull/164
15+
[#168]: https://github.com/RustCrypto/hashes/pull/168
16+
817
## 0.9.0 (2020-06-10)
918
### Changed
1019
- Update to `digest` v0.9 release; MSRV 1.41+ ([#155])

sha3/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sha3"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
description = "SHA-3 (Keccak) hash function"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)