From 22f903a754ff4b846101869bc151d3879d7e77d3 Mon Sep 17 00:00:00 2001 From: Artyom Pavlov Date: Sun, 28 Jun 2020 13:51:39 +0300 Subject: [PATCH] bump md5, ripemd160 and sha3 to v0.9.1 (#179) --- Cargo.lock | 6 +++--- md5/CHANGELOG.md | 8 ++++++++ md5/Cargo.toml | 2 +- ripemd160/CHANGELOG.md | 8 ++++++++ ripemd160/Cargo.toml | 2 +- sha3/CHANGELOG.md | 9 +++++++++ sha3/Cargo.toml | 2 +- 7 files changed, 31 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6381d6aac..e459b4852 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -150,7 +150,7 @@ checksum = "9457b06509d27052635f90d6466700c65095fdf75409b3fbdd903e988b886f49" [[package]] name = "md-5" -version = "0.9.0" +version = "0.9.1" dependencies = [ "block-buffer", "digest", @@ -202,7 +202,7 @@ checksum = "7e0456befd48169b9f13ef0f0ad46d492cf9d2dbb918bcf38e01eed4ce3ec5e4" [[package]] name = "ripemd160" -version = "0.9.0" +version = "0.9.1" dependencies = [ "block-buffer", "digest", @@ -268,7 +268,7 @@ dependencies = [ [[package]] name = "sha3" -version = "0.9.0" +version = "0.9.1" dependencies = [ "block-buffer", "digest", diff --git a/md5/CHANGELOG.md b/md5/CHANGELOG.md index bf48c6b5a..5b573e207 100644 --- a/md5/CHANGELOG.md +++ b/md5/CHANGELOG.md @@ -5,6 +5,14 @@ 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.9.1 (2020-06-28) +### Changed +- Update to `block-buffer` v0.9 ([#164]) +- Update to `opaque-debug` v0.3 ([#168]) + +[#164]: https://github.com/RustCrypto/hashes/pull/164 +[#168]: https://github.com/RustCrypto/hashes/pull/168 + ## 0.9.0 (2020-06-09) ### Changed - Update to `digest` v0.9 release; MSRV 1.41+ ([#155]) diff --git a/md5/Cargo.toml b/md5/Cargo.toml index a95a3e8f8..bf3292926 100644 --- a/md5/Cargo.toml +++ b/md5/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "md-5" -version = "0.9.0" +version = "0.9.1" description = "MD5 hash function" authors = ["RustCrypto Developers"] license = "MIT OR Apache-2.0" diff --git a/ripemd160/CHANGELOG.md b/ripemd160/CHANGELOG.md index 65ec0e162..22305f2b8 100644 --- a/ripemd160/CHANGELOG.md +++ b/ripemd160/CHANGELOG.md @@ -5,6 +5,14 @@ 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.9.1 (2020-06-28) +### Changed +- Update to `block-buffer` v0.9 ([#164]) +- Update to `opaque-debug` v0.3 ([#168]) + +[#164]: https://github.com/RustCrypto/hashes/pull/164 +[#168]: https://github.com/RustCrypto/hashes/pull/168 + ## 0.9.0 (2020-06-10) ### Changed - Update to `digest` v0.9 release ([#155]) diff --git a/ripemd160/Cargo.toml b/ripemd160/Cargo.toml index b36a30e00..9f1861621 100644 --- a/ripemd160/Cargo.toml +++ b/ripemd160/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ripemd160" -version = "0.9.0" +version = "0.9.1" description = "RIPEMD-160 hash function" authors = ["RustCrypto Developers"] license = "MIT OR Apache-2.0" diff --git a/sha3/CHANGELOG.md b/sha3/CHANGELOG.md index 280606a28..6d2b6b7bc 100644 --- a/sha3/CHANGELOG.md +++ b/sha3/CHANGELOG.md @@ -5,6 +5,15 @@ 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.9.1 (2020-06-28) +### Changed +- Update to `block-buffer` v0.9 ([#164]) +- Update to `opaque-debug` v0.3 ([#168]) + +[#164]: https://github.com/RustCrypto/hashes/pull/164 +[#168]: https://github.com/RustCrypto/hashes/pull/168 + ## 0.9.0 (2020-06-10) ### Changed - Update to `digest` v0.9 release; MSRV 1.41+ ([#155]) diff --git a/sha3/Cargo.toml b/sha3/Cargo.toml index 0728d6a31..57824552d 100644 --- a/sha3/Cargo.toml +++ b/sha3/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sha3" -version = "0.9.0" +version = "0.9.1" description = "SHA-3 (Keccak) hash function" authors = ["RustCrypto Developers"] license = "MIT OR Apache-2.0"