bump version to 0.14.0
This commit is contained in:
parent
e1aac5e008
commit
a92a63081b
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -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
|
# 0.13.0 - 2019-05-21
|
||||||
|
|
||||||
* Update minimum supported rust compiler 1.22.
|
* Update minimum supported rust compiler 1.22.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
|
|
||||||
name = "secp256k1"
|
name = "secp256k1"
|
||||||
version = "0.13.0"
|
version = "0.14.0"
|
||||||
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"
|
||||||
|
|
Loading…
Reference in New Issue