Skip to content

Commit d8b088a

Browse files
authored
Release sha2 v0.10.7 (#491)
1 parent 3fa561e commit d8b088a

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

Cargo.lock

+5-5
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.10.7 (2023-06-15)
9+
### Added
10+
- AArch64 Neon-based backend ([#490])
11+
12+
[#490]: https://github.com/RustCrypto/hashes/pull/490
13+
814
## 0.10.6 (2022-09-16)
915
### Added
1016
- Feature-gated OID support ([#405])

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.10.6"
3+
version = "0.10.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)