Merge pull request #77 from rust-bitcoin/2018-11-0.11.4

Increase version to 0.11.4
This commit is contained in:
Andrew Poelstra 2018-11-06 21:09:37 +00:00 committed by GitHub
commit ca08c4f338
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"