Skip to content

Commit 6d4cbd8

Browse files
authored
md5 v0.9.0 (#156)
1 parent 02daf43 commit 6d4cbd8

File tree

3 files changed

+42
-2
lines changed

3 files changed

+42
-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.

md5/CHANGELOG.md

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
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+
- Update to Rust 2018 edition ([#128])
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+
[#128]: https://github.com/RustCrypto/hashes/pull/128
21+
22+
## 0.8.0 (2018-10-02)
23+
24+
## 0.7.0 (2017-11-15)
25+
26+
## 0.5.2 (2017-06-13)
27+
28+
## 0.5.1 (2017-06-13)
29+
30+
## 0.5.0 (2017-06-12)
31+
32+
## 0.4.4 (2017-06-02)
33+
34+
## 0.4.3 (2017-05-09)
35+
36+
## 0.4.2 (2017-05-02)
37+
38+
## 0.4.1 (2017-04-18)
39+
40+
## 0.4.0 (2017-04-06)

md5/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "md-5"
3-
version = "0.9.0-pre"
3+
version = "0.9.0"
44
description = "MD5 hash function"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)