Skip to content

Commit 712f3df

Browse files
authored
blake2: release v0.10.5 (#434)
1 parent 881b21f commit 712f3df

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

Cargo.lock

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

blake2/CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ 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.4 (2022-02-17)
8+
## 0.10.5 (2022-11-11)
9+
### Fixed
10+
- Implementation of the `KeyInit::new` method for MAC types ([#432])
11+
12+
[#432]: https://github.com/RustCrypto/hashes/pull/432
13+
14+
## 0.10.4 (2022-02-17) [YANKED]
915
### Fixed
1016
- Bug on big-endian targets ([#366])
1117

blake2/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "blake2"
3-
version = "0.10.4"
3+
version = "0.10.5"
44
description = "BLAKE2 hash functions"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)