Merge pull request #242 from apoelstra/2019-03-0.17.1

bump version to 0.17.1
This commit is contained in:
Andrew Poelstra 2019-03-04 20:20:38 +00:00 committed by GitHub
commit 08c6435eb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,8 @@
# 0.17.1 - 2019-03-04
* Add some trait impls to `PublicKey` for miniscript interoperability
# 0.17.0 - 2019-02-28 - ``The PSBT Release''
* **Update minimum rustc version to 1.22**.

View File

@ -1,6 +1,6 @@
[package]
name = "bitcoin"
version = "0.17.0"
version = "0.17.1"
authors = ["Andrew Poelstra <apoelstra@wpsoftware.net>"]
license = "CC0-1.0"
homepage = "https://github.com/rust-bitcoin/rust-bitcoin/"