bump version to 0.17.1

This commit is contained in:
Andrew Poelstra 2019-03-04 17:51:38 +00:00
parent 7e1a6a4ab7
commit d5c1200590
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/"