Skip to content

Commit 4101064

Browse files
authored
sha2-asm v0.6.2 (#40)
1 parent 8691170 commit 4101064

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

sha2/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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.6.2 (2021-07-16)
9+
### Fixed
10+
- Builds on iOS targets ([#38])
11+
12+
[#38]: https://github.com/RustCrypto/asm-hashes/pull/38
13+
814
## 0.6.1 (2021-05-05)
915
### Added
1016
- `aarch64` implementation of SHA-256 for the M1 chip ([#35])

sha2/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sha2-asm"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
authors = ["RustCrypto Developers"]
55
license = "MIT"
66
description = "Assembly implementation of SHA-2 compression functions"

0 commit comments

Comments
 (0)