Skip to content

Commit 8691170

Browse files
authored
sha1-asm v0.5.1 (#39)
1 parent 7e1b366 commit 8691170

File tree

3 files changed

+35
-2
lines changed

3 files changed

+35
-2
lines changed

Cargo.lock

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sha1/CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## 0.5.1 (2021-07-16)
8+
### Fixed
9+
- Builds on iOS/macOS ([#38])
10+
11+
[#38]: https://github.com/RustCrypto/asm-hashes/pull/38
12+
13+
## 0.5.0 (2021-02-19)
14+
15+
## 0.4.4
16+
17+
## 0.4.3
18+
19+
## 0.4.2
20+
21+
## 0.4.1
22+
23+
## 0.4.0
24+
25+
## 0.3.0
26+
27+
## 0.2.1
28+
29+
## 0.2.0
30+
31+
## 0.1.0

sha1/Cargo.toml

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

0 commit comments

Comments
 (0)