From 2db9aeab2da9751274119c1188d04863328fdcd4 Mon Sep 17 00:00:00 2001 From: Andrew Poelstra Date: Mon, 4 Jun 2018 19:29:59 +0000 Subject: [PATCH] bump version to 0.13.1 --- Cargo.toml | 2 +- README.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e707f114..dae9893a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bitcoin" -version = "0.13.0" +version = "0.13.1" authors = ["Andrew Poelstra "] license = "CC0-1.0" homepage = "https://github.com/rust-bitcoin/rust-bitcoin/" diff --git a/README.md b/README.md index edd8a4a3..e9bda447 100644 --- a/README.md +++ b/README.md @@ -94,3 +94,11 @@ See `Transaction::verify` and `Script::verify` methods. * 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)` +