Skip to content

Commit 1f727ce

Browse files
authored
blake2: release v0.10.6 (#443)
1 parent f8b2eab commit 1f727ce

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

blake2/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,15 @@ 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-
## UNREALEASED
8+
## 0.10.6 (2022-12-16)
9+
### Added
10+
- `size_opt` Cargo feature ([#440])
11+
912
### Changed
1013
- Implement `KeyInit::new` in terms of `KeyInit::new_from_slice` ([#435])
1114

1215
[#435]: https://github.com/RustCrypto/hashes/pull/435
16+
[#440]: https://github.com/RustCrypto/hashes/pull/440
1317

1418
## 0.10.5 (2022-11-11)
1519
### Fixed

blake2/Cargo.toml

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

0 commit comments

Comments
 (0)