Skip to content

Commit

Permalink
blake2: release v0.10.5 (#434)
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov authored Nov 11, 2022
1 parent 881b21f commit 712f3df
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion blake2/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ 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.4 (2022-02-17)
## 0.10.5 (2022-11-11)
### Fixed
- Implementation of the `KeyInit::new` method for MAC types ([#432])

[#432]: https://github.com/RustCrypto/hashes/pull/432

## 0.10.4 (2022-02-17) [YANKED]
### Fixed
- Bug on big-endian targets ([#366])

Expand Down
2 changes: 1 addition & 1 deletion blake2/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blake2"
version = "0.10.4"
version = "0.10.5"
description = "BLAKE2 hash functions"
authors = ["RustCrypto Developers"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 712f3df

Please sign in to comment.