bump version to 0.11.4

This commit is contained in:
Andrew Poelstra 2018-11-04 13:17:18 +00:00
parent 724192e081
commit 4819c5aabd
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
# 0.11.4 - 2018-11-04
* Add `FromStr` and `Display` for `Signature` and both key types
* Fix `build.rs` for Windows and rustfmt configuration for docs.rs
* Correct endianness issue for `Signature` `Debug` output
# 0.11.3 - 2018-10-28
* No changes, just fixed docs.rs configuration
# 0.11.2 - 2018-09-11

View File

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