File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
2
+ # 0.18.0 - 2020-08-26
3
+
4
+ * Add feature-gated ` bitcoin_hashes ` dependency and [ ` ThirtyTwoByteHash ` trait] ( https://github.com/rust-bitcoin/rust-secp256k1/pull/206/ )
5
+ * Add feature-gated [ global static context] ( https://github.com/rust-bitcoin/rust-secp256k1/pull/224 )
6
+ * Allow [ all-zero messages] ( https://github.com/rust-bitcoin/rust-secp256k1/pull/207 ) to be constructed
7
+ * Bump rust-secp-sys to 0.2.0
8
+
2
9
# 0.17.2
3
10
- Fix linking in the ` fuzztarget ` feature.
4
11
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
3
3
name = " secp256k1"
4
- version = " 0.17.2 "
4
+ version = " 0.18.0 "
5
5
authors = [ " Dawid Ciężarkiewicz <dpc@ucore.info>" ,
6
6
" Andrew Poelstra <apoelstra@wpsoftware.net>" ]
7
7
license = " CC0-1.0"
You can’t perform that action at this time.
0 commit comments