Merge pull request #93 from rust-bitcoin/2019-0.12.1

bump version to 0.12.1
This commit is contained in:
Andrew Poelstra 2019-01-15 17:27:49 +00:00 committed by GitHub
commit 0466b5ed75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"