File tree 3 files changed +47
-2
lines changed 3 files changed +47
-2
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-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 ([ #132 ] )
15
+ - Use ` libc ` for ` aarch64 ` consts ([ #94 ] )
16
+ - Allow compile-time detection of crypto on ` aarch64 ` ([ #94 ] )
17
+
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
+ [ #132 ] : https://github.com/RustCrypto/hashes/pull/132
23
+ [ #94 ] : https://github.com/RustCrypto/hashes/pull/94
24
+
25
+ ## 0.8.2 (2020-01-06)
26
+
27
+ ## 0.8.1 (2018-11-14)
28
+
29
+ ## 0.8.0 (2018-10-02)
30
+
31
+ ## 0.7.0 (2017-11-15)
32
+
33
+ ## 0.4.1 (2017-06-13)
34
+
35
+ ## 0.4.0 (2017-06-12)
36
+
37
+ ## 0.3.4 (2017-06-04)
38
+
39
+ ## 0.3.3 (2017-05-09)
40
+
41
+ ## 0.3.2 (2017-05-02)
42
+
43
+ ## 0.3.1 (2017-04-18)
44
+
45
+ ## 0.3.0 (2017-04-06)
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " sha-1"
3
- version = " 0.9.0-pre "
3
+ version = " 0.9.0"
4
4
description = " SHA-1 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