From 344389411fd9718a0742435152e933a9e71461ee Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Fri, 19 May 2023 11:09:41 -0600 Subject: [PATCH] digest v0.10.7 --- digest/CHANGELOG.md | 6 ++++++ digest/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/digest/CHANGELOG.md b/digest/CHANGELOG.md index e03398bfc..1c8b9d18c 100644 --- a/digest/CHANGELOG.md +++ b/digest/CHANGELOG.md @@ -5,6 +5,12 @@ 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.10.7 (2023-05-19) +### Changed +- Loosen `subtle` version requirement ([#1260]) + +[#1260]: https://github.com/RustCrypto/traits/pull/1260 + ## 0.10.6 (2022-11-17) ### Added - `Mac::verify_reset` and `Mac::verify_slice_reset` methods ([#1154]) diff --git a/digest/Cargo.toml b/digest/Cargo.toml index 94cef0f0c..9caa10e96 100644 --- a/digest/Cargo.toml +++ b/digest/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "digest" description = "Traits for cryptographic hash functions and message authentication codes" -version = "0.10.6" +version = "0.10.7" authors = ["RustCrypto Developers"] license = "MIT OR Apache-2.0" readme = "README.md"