Skip to content

Commit

Permalink
blake2: release v0.10.6 (#443)
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Dec 16, 2022
1 parent f8b2eab commit 1f727ce
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

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

6 changes: 5 additions & 1 deletion blake2/CHANGELOG.md
Expand Up @@ -5,11 +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).

## UNREALEASED
## 0.10.6 (2022-12-16)
### Added
- `size_opt` Cargo feature ([#440])

### Changed
- Implement `KeyInit::new` in terms of `KeyInit::new_from_slice` ([#435])

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

## 0.10.5 (2022-11-11)
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion blake2/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "blake2"
version = "0.10.5"
version = "0.10.6"
description = "BLAKE2 hash functions"
authors = ["RustCrypto Developers"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 1f727ce

Please sign in to comment.