Skip to content

Commit 2a32f8c

Browse files
authored
Merge pull request #127 from rust-bitcoin/2019-07-0.14
bump version to 0.14.0
2 parents e1aac5e + a92a630 commit 2a32f8c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 0.14.0 - 2019-07-08
2+
3+
* [Feature-gate endormorphism optimization](https://github.com/rust-bitcoin/rust-secp256k1/pull/120)
4+
because of a lack of clarity with respect to patents
5+
* Got full no-std support including eliminating all use of libc in C bindings.
6+
[PR 1](https://github.com/rust-bitcoin/rust-secp256k1/pull/115)
7+
[PR 2](https://github.com/rust-bitcoin/rust-secp256k1/pull/125).
8+
This library should be usable in bare-metal environments and with rust-wasm.
9+
Thanks to Elichai Turkel for driving this forward!
10+
111
# 0.13.0 - 2019-05-21
212

313
* Update minimum supported rust compiler 1.22.

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

0 commit comments

Comments
 (0)