File tree Expand file tree Collapse file tree 11 files changed +201
-10
lines changed Expand file tree Collapse file tree 11 files changed +201
-10
lines changed Original file line number Diff line number Diff line change
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-12)
9
+ ### Changed
10
+ - Bump ` opaque-debug ` to v0.3.0 ([ #168 ] )
11
+ - Bump ` digest ` to v0.9 release; MSRV 1.41 ([ #155 ] )
12
+ - Use new ` *Dirty ` traits from the ` digest ` crate ([ #153 ] )
13
+ - Bump ` block-buffer ` to v0.8 release ([ #151 ] )
14
+ - Rename ` *result* ` to ` finalize ` ([ #148 ] )
15
+ - Upgrade to Rust 2018 edition ([ #122 ] )
16
+
17
+ [ #168 ] : https://github.com/RustCrypto/hashes/pull/168
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
+ [ #122 ] : https://github.com/RustCrypto/hashes/pull/148
23
+
24
+ ## 0.8.0 (2018-10-02)
25
+
26
+ ## 0.7.0 (2017-11-15)
27
+
28
+ ## 0.3.0 (2017-06-12)
29
+
30
+ ## 0.2.2 (2017-06-04)
31
+
32
+ ## 0.2.1 (2017-05-02)
33
+
34
+ ## 0.2.0 (2017-04-06)
35
+
36
+ ## 0.1.0 (2017-01-23)
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " groestl"
3
- version = " 0.9.0-pre "
3
+ version = " 0.9.0"
4
4
description = " Grøstl 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
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-12)
9
+ ### Changed
10
+ - Bump ` opaque-debug ` to v0.3.0 ([ #168 ] )
11
+ - Bump ` digest ` to v0.9 release; MSRV 1.41 ([ #155 ] )
12
+ - Use new ` *Dirty ` traits from the ` digest ` crate ([ #153 ] )
13
+ - Bump ` block-buffer ` to v0.8 release ([ #151 ] )
14
+ - Rename ` *result* ` to ` finalize ` ([ #148 ] )
15
+ - Upgrade to Rust 2018 edition ([ #125 ] )
16
+
17
+ [ #168 ] : https://github.com/RustCrypto/hashes/pull/168
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
+ [ #125 ] : https://github.com/RustCrypto/hashes/pull/125
23
+
24
+ ## 0.8.0 (2018-10-02)
25
+
26
+ ## 0.7.0 (2017-11-15)
27
+
28
+ ## 0.3.0 (2017-06-12)
29
+
30
+ ## 0.2.1 (2017-05-02)
31
+
32
+ ## 0.2.0 (2017-04-06)
33
+
34
+ ## 0.1.2 (2017-01-20)
35
+
36
+ ## 0.1.1 (2017-01-12)
37
+
38
+ ## 0.1.0 (2017-01-09)
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " md2"
3
- version = " 0.9.0-pre "
3
+ version = " 0.9.0"
4
4
license = " MIT OR Apache-2.0"
5
5
authors = [" RustCrypto Developers" ]
6
6
description = " MD2 hash function"
Original file line number Diff line number Diff line change
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-12)
9
+ ### Changed
10
+ - Bump ` opaque-debug ` to v0.3.0 ([ #168 ] )
11
+ - Bump ` digest ` to v0.9 release; MSRV 1.41 ([ #155 ] )
12
+ - Use new ` *Dirty ` traits from the ` digest ` crate ([ #153 ] )
13
+ - Bump ` block-buffer ` to v0.8 release ([ #151 ] )
14
+ - Rename ` *result* ` to ` finalize ` ([ #148 ] )
15
+ - Upgrade to Rust 2018 edition ([ #127 ] )
16
+
17
+ [ #168 ] : https://github.com/RustCrypto/hashes/pull/168
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
+ [ #127 ] : https://github.com/RustCrypto/hashes/pull/127
23
+
24
+ ## 0.8.0 (2018-10-02)
25
+
26
+ ## 0.7.0 (2017-11-15)
27
+
28
+ ## 0.6.0 (2017-06-12)
29
+
30
+ ## 0.5.0 (2017-04-06)
31
+
32
+ ## 0.4.1 (2017-01-20)
33
+
34
+ ## 0.4.0 (2016-12-25)
35
+
36
+ ## 0.3.1 (2016-11-17)
37
+
38
+ ## 0.3.0 (2016-11-17)
39
+
40
+ ## 0.2.0 (2016-11-03)
41
+
42
+ ## 0.1.0 (2016-10-13)
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " md4"
3
- version = " 0.9.0-pre "
3
+ version = " 0.9.0"
4
4
description = " MD4 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
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-12)
9
+ ### Changed
10
+ - Bump ` opaque-debug ` to v0.3.0 ([ #168 ] )
11
+ - Bump ` digest ` to v0.9 release; MSRV 1.41 ([ #155 ] )
12
+ - Use new ` *Dirty ` traits from the ` digest ` crate ([ #153 ] )
13
+ - Bump ` block-buffer ` to v0.8 release ([ #151 ] )
14
+ - Rename ` *result* ` to ` finalize ` ([ #148 ] )
15
+ - Upgrade to Rust 2018 edition ([ #130 ] )
16
+
17
+ [ #168 ] : https://github.com/RustCrypto/hashes/pull/168
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
+ [ #130 ] : https://github.com/RustCrypto/hashes/pull/130
23
+
24
+ ## 0.8.0 (2019-02-11)
25
+ - Initial release
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " ripemd320"
3
- version = " 0.9.0-pre "
3
+ version = " 0.9.0"
4
4
description = " RIPEMD-320 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
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-12)
9
+ ### Changed
10
+ - Bump ` opaque-debug ` to v0.3.0 ([ #168 ] )
11
+ - Bump ` digest ` to v0.9 release; MSRV 1.41 ([ #155 ] )
12
+ - Use new ` *Dirty ` traits from the ` digest ` crate ([ #153 ] )
13
+ - Bump ` block-buffer ` to v0.8 release ([ #151 ] )
14
+ - Rename ` *result* ` to ` finalize ` ([ #148 ] )
15
+ - Upgrade to Rust 2018 edition ([ #137 ] )
16
+
17
+ [ #168 ] : https://github.com/RustCrypto/hashes/pull/168
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
+ [ #137 ] : https://github.com/RustCrypto/hashes/pull/148
23
+
24
+ ## 0.8.1 (2018-11-14)
25
+
26
+ ## 0.8.0 (2018-10-02)
27
+
28
+ ## 0.7.1 (2018-04-27)
29
+
30
+ ## 0.7.0 (2017-11-15)
31
+
32
+ ## 0.6.0 (2017-06-12)
33
+
34
+ ## 0.5.3 (2017-06-04)
35
+
36
+ ## 0.5.2 (2017-05-09)
37
+
38
+ ## 0.5.1 (2017-05-02)
39
+
40
+ ## 0.5.0 (2017-04-06)
41
+
42
+ ## 0.4.1 (2017-01-20)
43
+
44
+ ## 0.4.0 (2016-12-25)
45
+
46
+ ## 0.3.0 (2016-11-17)
47
+
48
+ ## 0.2.0 (2016-10-14)
49
+
50
+ ## 0.1.0 (2016-10-06
You can’t perform that action at this time.
0 commit comments