Skip to content

Commit a4f6b27

Browse files
committed
Bump version to 0.14.1
1 parent 7356705 commit a4f6b27

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.14.1 - 2019-07-14
2+
3+
* Implemented FFI functions: `secp256k1_context_create` and `secp256k1_context_destroy` in rust.
4+
15
# 0.14.0 - 2019-07-08
26

37
* [Feature-gate endormorphism optimization](https://github.com/rust-bitcoin/rust-secp256k1/pull/120)

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

0 commit comments

Comments
 (0)