We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8691170 commit 4101064Copy full SHA for 4101064
sha2/CHANGELOG.md
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
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
14
## 0.6.1 (2021-05-05)
15
### Added
16
- `aarch64` implementation of SHA-256 for the M1 chip ([#35])
sha2/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "sha2-asm"
3
-version = "0.6.1"
+version = "0.6.2"
4
authors = ["RustCrypto Developers"]
license = "MIT"
description = "Assembly implementation of SHA-2 compression functions"
0 commit comments