Merge pull request #83 from rust-bitcoin/2018-12-0.12

bump version to 0.12
This commit is contained in:
Tim Ruffing 2018-12-03 15:15:04 +01:00 committed by GitHub
commit 56b538099f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 2 deletions

View File

@ -1,6 +1,14 @@
# (Unreleased)
# 0.12.0 - 2018-12-03
* **Overhaul API to remove context object when no precomputation is needed**
* Add `ThirtyTwoByteHash` trait which allows infallible conversions to `Message`s
* Disallow 0-valued `Message` objects since signatures on them are forgeable for all keys
* Remove `ops::Index` implementations for `Signature`
* Remove depecated constants and unsafe `ZERO_KEY` constant
# 0.11.5 - 2018-11-09
* Use `pub extern crate` to export dependencies whose types are exported
# 0.11.4 - 2018-11-04

View File

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