Bump version to 0.14.1

This commit is contained in:
Elichai Turkel 2019-07-14 16:19:21 -04:00
parent 7356705b61
commit a4f6b2786a
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# 0.14.1 - 2019-07-14
* Implemented FFI functions: `secp256k1_context_create` and `secp256k1_context_destroy` in rust.
# 0.14.0 - 2019-07-08 # 0.14.0 - 2019-07-08
* [Feature-gate endormorphism optimization](https://github.com/rust-bitcoin/rust-secp256k1/pull/120) * [Feature-gate endormorphism optimization](https://github.com/rust-bitcoin/rust-secp256k1/pull/120)

View File

@ -1,7 +1,7 @@
[package] [package]
name = "secp256k1" name = "secp256k1"
version = "0.14.0" version = "0.14.1"
authors = [ "Dawid Ciężarkiewicz <dpc@ucore.info>", authors = [ "Dawid Ciężarkiewicz <dpc@ucore.info>",
"Andrew Poelstra <apoelstra@wpsoftware.net>" ] "Andrew Poelstra <apoelstra@wpsoftware.net>" ]
license = "CC0-1.0" license = "CC0-1.0"