Skip to content

Commit de21642

Browse files
authored
Merge pull request #135 from jonasnick/bump-0.15
bump version to 0.15.0
2 parents cf6f95d + 58e8200 commit de21642

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,3 +1,10 @@
1+
# 0.15.0 - 2019-07-25
2+
3+
* Implement hex human-readable serde for PublicKey
4+
* Implement fmt::LowerHex for SecretKey and PublicKey
5+
* Relax `cc` dependency requirements
6+
* Add links manifest key to prevent cross-version linkage
7+
18
# 0.14.1 - 2019-07-14
29

310
* Implemented FFI functions: `secp256k1_context_create` and `secp256k1_context_destroy` in rust.

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.14.1"
4+
version = "0.15.0"
55
authors = [ "Dawid Ciężarkiewicz <[email protected]>",
66
"Andrew Poelstra <[email protected]>" ]
77
license = "CC0-1.0"

0 commit comments

Comments
 (0)