bump version to 0.12.1

This commit is contained in:
Andrew Poelstra 2019-01-15 16:32:55 +00:00
parent 56b538099f
commit dd8866c144
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
# 0.12.1 - 2019-01-15
* Minor bug fixes
* Fixed `cc` crate version to maintain minimum compiler version without breakage
* Removed `libc` dependency as it our uses have been subsumed into stdlib
# 0.12.0 - 2018-12-03
* **Overhaul API to remove context object when no precomputation is needed**

View File

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