Skip to content

Commit 726e3c3

Browse files
authored
Release sha2 v0.9.7 (RustCrypto#313)
1 parent efda00d commit 726e3c3

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.7 (2021-09-08)
9+
### Added
10+
- x86 intrinsics support for SHA-512 ([#312])
11+
12+
[#312]: https://github.com/RustCrypto/hashes/pull/312
13+
814
## 0.9.6 (2021-08-27)
915
### Changed
1016
- Bump `cpufeatures` dependency to 0.2 ([#306])

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.6"
3+
version = "0.9.7"
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)