Merge pull request #127 from rust-bitcoin/2019-07-0.14

bump version to 0.14.0
This commit is contained in:
Andrew Poelstra 2019-07-08 15:04:04 +00:00 committed by GitHub
commit 2a32f8c516
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
# 0.14.0 - 2019-07-08
* [Feature-gate endormorphism optimization](https://github.com/rust-bitcoin/rust-secp256k1/pull/120)
because of a lack of clarity with respect to patents
* Got full no-std support including eliminating all use of libc in C bindings.
[PR 1](https://github.com/rust-bitcoin/rust-secp256k1/pull/115)
[PR 2](https://github.com/rust-bitcoin/rust-secp256k1/pull/125).
This library should be usable in bare-metal environments and with rust-wasm.
Thanks to Elichai Turkel for driving this forward!
# 0.13.0 - 2019-05-21
* Update minimum supported rust compiler 1.22.

View File

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