bump version to 0.18

This commit is contained in:
Andrew Poelstra 2019-03-21 23:20:06 +00:00
parent b94d0fcf24
commit b9e44e4ffd
1 changed files with 7 additions and 0 deletions

View File

@ -1,4 +1,11 @@
# 0.18.0 - 2019-03-21
* Update `bitcoin-bech32` version to 0.18
* add `to_bytes` method for `util::key` types
* add serde impls for `util::key` types
* contracthash: minor cleanups, use `util::key` types instead of `secp256k1` types
# 0.17.1 - 2019-03-04
* Add some trait impls to `PublicKey` for miniscript interoperability