Skip to content

Commit a7431da

Browse files
authored
release sha2 v0.9.8 (RustCrypto#318)
1 parent 93d895d commit a7431da

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Cargo.lock

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

sha2/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.9.8 (2021-09-09)
9+
### Fixed
10+
- Bug in the AVX2 backend ([#314])
11+
12+
[#314]: https://github.com/RustCrypto/hashes/pull/314
13+
814
## 0.9.7 (2021-09-08) [YANKED]
915
### Added
1016
- x86 intrinsics support for SHA-512 ([#312])

sha2/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sha2"
3-
version = "0.9.7"
3+
version = "0.9.8"
44
description = """
55
Pure Rust implementation of the SHA-2 hash function family
66
including SHA-224, SHA-256, SHA-384, and SHA-512.

0 commit comments

Comments
 (0)