Skip to content

Commit bb9f913

Browse files
authored
sha2 v0.9.0 (#157)
1 parent 6d4cbd8 commit bb9f913

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sha2/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ 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.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 ([#133])
15+
16+
[#155]: https://github.com/RustCrypto/hashes/pull/155
17+
[#153]: https://github.com/RustCrypto/hashes/pull/153
18+
[#151]: https://github.com/RustCrypto/hashes/pull/151
19+
[#148]: https://github.com/RustCrypto/hashes/pull/148
20+
[#133]: https://github.com/RustCrypto/hashes/pull/133
21+
822
## 0.8.2 (2020-05-23)
923
### Added
1024
- Expose compression function under the `compress` feature flag ([#108])

sha2/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sha2"
3-
version = "0.9.0-pre"
3+
version = "0.9.0"
44
description = """
55
Pure Rust implementation of the SHA-2 hash function family
66
including SHA-224, SHA-256, SHA-384, and SHA-512.

0 commit comments

Comments
 (0)