Skip to content

Commit

Permalink
blake2 v0.9.2 (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Aug 25, 2021
1 parent a7a5ad4 commit 7ad6a68
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

6 changes: 6 additions & 0 deletions blake2/CHANGELOG.md
Expand Up @@ -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.9.2 (2021-08-25)
### Fixed
- Building with `simd_opt` on recent nightlies ([#301])

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

## 0.9.1 (2020-10-26)
### Changed
- Bump `opaque-debug` to v0.3 ([#168])
Expand Down
2 changes: 1 addition & 1 deletion blake2/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "blake2"
version = "0.9.1"
version = "0.9.2"
description = "BLAKE2 hash functions"
authors = ["RustCrypto Developers"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 7ad6a68

Please sign in to comment.