bump version to 0.13.1

This commit is contained in:
Andrew Poelstra 2018-06-04 19:29:59 +00:00
parent 62d080afc7
commit 2db9aeab2d
2 changed files with 9 additions and 1 deletions

View File

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

View File

@ -94,3 +94,11 @@ See `Transaction::verify` and `Script::verify` methods.
* Update bip143 `sighash_all` API to be more ergonomic * Update bip143 `sighash_all` API to be more ergonomic
#### 0.13.1
* Add `Display` trait to uints, `FromStr` trait to `Network` enum
* Add witness inv types to inv enum, constants for Bitcoin regtest network, `is_coin_base` accessor for tx inputs
* Expose `merkleroot(Vec<Sha256dHash>)`