1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## 0.6.2 (2021-07-16)
### Fixed
- Builds on iOS targets ([#38])
[#38]: https://github.com/RustCrypto/asm-hashes/pull/38
## 0.6.1 (2021-05-05)
### Added
- `aarch64` implementation of SHA-256 for the M1 chip ([#35])
[#35]: https://github.com/RustCrypto/asm-hashes/pull/35
## 0.6.0 (2021-02-09)
## 0.5.5 (2021-01-25)
## 0.5.4 (2020-06-11)
## 0.5.3 (2020-01-05)
## 0.5.2 (2019-04-15)
## 0.5.1 (2018-05-15)
## 0.5.0 (2018-04-27)
## 0.4.0 (2018-03-19)
## 0.3.0 (2017-06-27)
## 0.2.1 (2017-05-09)
## 0.2.0 (2017-05-08)
## 0.1.0 (2017-05-07)
|