Skip to content

Commit 71e4a95

Browse files
authored
sha1 v0.9.0 (#158)
1 parent bb9f913 commit 71e4a95

File tree

3 files changed

+47
-2
lines changed

3 files changed

+47
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 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: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
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.9.0 (2020-06-09)
9+
### Changed
10+
- Update to `digest` v0.9 release; MSRV 1.41+ ([#155])
11+
- Use new `*Dirty` traits from the `digest` crate ([#153])
12+
- Bump `block-buffer` to v0.8 release ([#151])
13+
- Rename `*result*` to `finalize` ([#148])
14+
- Upgrade to Rust 2018 edition ([#132])
15+
- Use `libc` for `aarch64` consts ([#94])
16+
- Allow compile-time detection of crypto on `aarch64` ([#94])
17+
18+
[#155]: https://github.com/RustCrypto/hashes/pull/155
19+
[#153]: https://github.com/RustCrypto/hashes/pull/153
20+
[#151]: https://github.com/RustCrypto/hashes/pull/151
21+
[#148]: https://github.com/RustCrypto/hashes/pull/148
22+
[#132]: https://github.com/RustCrypto/hashes/pull/132
23+
[#94]: https://github.com/RustCrypto/hashes/pull/94
24+
25+
## 0.8.2 (2020-01-06)
26+
27+
## 0.8.1 (2018-11-14)
28+
29+
## 0.8.0 (2018-10-02)
30+
31+
## 0.7.0 (2017-11-15)
32+
33+
## 0.4.1 (2017-06-13)
34+
35+
## 0.4.0 (2017-06-12)
36+
37+
## 0.3.4 (2017-06-04)
38+
39+
## 0.3.3 (2017-05-09)
40+
41+
## 0.3.2 (2017-05-02)
42+
43+
## 0.3.1 (2017-04-18)
44+
45+
## 0.3.0 (2017-04-06)

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 = "sha-1"
3-
version = "0.9.0-pre"
3+
version = "0.9.0"
44
description = "SHA-1 hash function"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)