File tree 7 files changed +31
-6
lines changed
7 files changed +31
-6
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## 0.9.1 (2020-06-28)
9
+ ### Changed
10
+ - Update to ` block-buffer ` v0.9 ([ #164 ] )
11
+ - Update to ` opaque-debug ` v0.3 ([ #168 ] )
12
+
13
+ [ #164 ] : https://github.com/RustCrypto/hashes/pull/164
14
+ [ #168 ] : https://github.com/RustCrypto/hashes/pull/168
15
+
8
16
## 0.9.0 (2020-06-09)
9
17
### Changed
10
18
- Update to ` digest ` v0.9 release; MSRV 1.41+ ([ #155 ] )
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " md-5"
3
- version = " 0.9.0 "
3
+ version = " 0.9.1 "
4
4
description = " MD5 hash function"
5
5
authors = [" RustCrypto Developers" ]
6
6
license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## 0.9.1 (2020-06-28)
9
+ ### Changed
10
+ - Update to ` block-buffer ` v0.9 ([ #164 ] )
11
+ - Update to ` opaque-debug ` v0.3 ([ #168 ] )
12
+
13
+ [ #164 ] : https://github.com/RustCrypto/hashes/pull/164
14
+ [ #168 ] : https://github.com/RustCrypto/hashes/pull/168
15
+
8
16
## 0.9.0 (2020-06-10)
9
17
### Changed
10
18
- Update to ` digest ` v0.9 release ([ #155 ] )
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " ripemd160"
3
- version = " 0.9.0 "
3
+ version = " 0.9.1 "
4
4
description = " RIPEMD-160 hash function"
5
5
authors = [" RustCrypto Developers" ]
6
6
license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+
9
+ ## 0.9.1 (2020-06-28)
10
+ ### Changed
11
+ - Update to ` block-buffer ` v0.9 ([ #164 ] )
12
+ - Update to ` opaque-debug ` v0.3 ([ #168 ] )
13
+
14
+ [ #164 ] : https://github.com/RustCrypto/hashes/pull/164
15
+ [ #168 ] : https://github.com/RustCrypto/hashes/pull/168
16
+
8
17
## 0.9.0 (2020-06-10)
9
18
### Changed
10
19
- Update to ` digest ` v0.9 release; MSRV 1.41+ ([ #155 ] )
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " sha3"
3
- version = " 0.9.0 "
3
+ version = " 0.9.1 "
4
4
description = " SHA-3 (Keccak) hash function"
5
5
authors = [" RustCrypto Developers" ]
6
6
license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments