File tree Expand file tree Collapse file tree 5 files changed +91
-4
lines changed Expand file tree Collapse file tree 5 files changed +91
-4
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 ` block-buffer ` to v0.8 release ([ #164 ] )
12
+ - Bump ` digest ` to v0.9 release; MSRV 1.41 ([ #155 ] )
13
+ - Use new ` *Dirty ` traits from the ` digest ` crate ([ #153 ] )
14
+ - Rename ` *result* ` to ` finalize ` ([ #148 ] )
15
+ - Upgrade to Rust 2018 edition ([ #121 ] )
16
+
17
+ [ #168 ] : https://github.com/RustCrypto/hashes/pull/168
18
+ [ #164 ] : https://github.com/RustCrypto/hashes/pull/164
19
+ [ #155 ] : https://github.com/RustCrypto/hashes/pull/155
20
+ [ #153 ] : https://github.com/RustCrypto/hashes/pull/153
21
+ [ #148 ] : https://github.com/RustCrypto/hashes/pull/148
22
+ [ #121 ] : https://github.com/RustCrypto/hashes/pull/148
23
+
24
+ ## 0.8.0 (skipped)
25
+ - Skipped to sync versions with ` digest `
26
+
27
+ ## 0.7.0 (2017-11-15)
28
+
29
+ ## 0.4.0 (2017-06-12)
30
+
31
+ ## 0.3.1 (2017-05-02)
32
+
33
+ ## 0.3.0 (2017-04-06)
34
+
35
+ ## 0.2.1 (2017-01-20)
36
+
37
+ ## 0.2.0 (2016-12-25)
38
+
39
+ ## 0.1.1 (2016-11-24)
40
+
41
+ ## 0.1.0 (2016-11-17)
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " gost94"
3
- version = " 0.9.0-pre "
3
+ version = " 0.9.0"
4
4
description = " GOST R 34.11-94 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 ` block-buffer ` to v0.8 release ([ #164 ] )
12
+ - Bump ` digest ` to v0.9 release; MSRV 1.41 ([ #155 ] )
13
+ - Use new ` *Dirty ` traits from the ` digest ` crate ([ #153 ] )
14
+ - Rename ` *result* ` to ` finalize ` ([ #148 ] )
15
+ - Upgrade to Rust 2018 edition ([ #136 ] )
16
+
17
+ [ #168 ] : https://github.com/RustCrypto/hashes/pull/168
18
+ [ #164 ] : https://github.com/RustCrypto/hashes/pull/164
19
+ [ #155 ] : https://github.com/RustCrypto/hashes/pull/155
20
+ [ #153 ] : https://github.com/RustCrypto/hashes/pull/153
21
+ [ #148 ] : https://github.com/RustCrypto/hashes/pull/148
22
+ [ #136 ] : https://github.com/RustCrypto/hashes/pull/148
23
+
24
+ ## 0.8.0 (2019-11-06)
25
+
26
+ ## 0.7.0 (2017-11-15)
27
+
28
+ ## 0.5.0 (2017-06-12)
29
+
30
+ ## 0.4.1 (2017-05-02)
31
+
32
+ ## 0.4.0 (2017-04-06)
33
+
34
+ ## 0.3.1 (2017-01-20)
35
+
36
+ ## 0.3.0 (2016-12-25)
37
+
38
+ ## 0.2.2 (2016-11-21)
39
+
40
+ ## 0.2.1 (2016-11-21)
41
+
42
+ ## 0.2.0 (2016-11-17)
43
+
44
+ ## 0.1.1 (2016-11-12)
45
+
46
+ ## 0.1.0 (2016-11-12)
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " streebog"
3
- version = " 0.9.0-pre "
3
+ version = " 0.9.0"
4
4
description = " Streebog (GOST R 34.11-2012) 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