bump version to 0.12
This commit is contained in:
parent
b470f70e90
commit
05885975ab
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -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 `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
|
# 0.11.4 - 2018-11-04
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
|
|
||||||
name = "secp256k1"
|
name = "secp256k1"
|
||||||
version = "0.11.5"
|
version = "0.12.0"
|
||||||
authors = [ "Dawid Ciężarkiewicz <dpc@ucore.info>",
|
authors = [ "Dawid Ciężarkiewicz <dpc@ucore.info>",
|
||||||
"Andrew Poelstra <apoelstra@wpsoftware.net>" ]
|
"Andrew Poelstra <apoelstra@wpsoftware.net>" ]
|
||||||
license = "CC0-1.0"
|
license = "CC0-1.0"
|
||||||
|
|
Loading…
Reference in New Issue