bump version to 0.15.0
This commit is contained in:
parent
cf6f95d105
commit
58e820014e
|
@ -1,3 +1,10 @@
|
|||
# 0.15.0 - 2019-07-25
|
||||
|
||||
* Implement hex human-readable serde for PublicKey
|
||||
* Implement fmt::LowerHex for SecretKey and PublicKey
|
||||
* Relax `cc` dependency requirements
|
||||
* Add links manifest key to prevent cross-version linkage
|
||||
|
||||
# 0.14.1 - 2019-07-14
|
||||
|
||||
* Implemented FFI functions: `secp256k1_context_create` and `secp256k1_context_destroy` in rust.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
|
||||
name = "secp256k1"
|
||||
version = "0.14.1"
|
||||
version = "0.15.0"
|
||||
authors = [ "Dawid Ciężarkiewicz <dpc@ucore.info>",
|
||||
"Andrew Poelstra <apoelstra@wpsoftware.net>" ]
|
||||
license = "CC0-1.0"
|
||||
|
|
Loading…
Reference in New Issue