Skip to content

Commit 0606487

Browse files
committed
bump version to 0.18.0
1 parent c69d43d commit 0606487

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11

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+
29
# 0.17.2
310
- Fix linking in the `fuzztarget` feature.
411

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "secp256k1"
4-
version = "0.17.2"
4+
version = "0.18.0"
55
authors = [ "Dawid Ciężarkiewicz <dpc@ucore.info>",
66
"Andrew Poelstra <apoelstra@wpsoftware.net>" ]
77
license = "CC0-1.0"

0 commit comments

Comments
 (0)