From 155ff1f26ef04486c999d73719d6ff581123719d Mon Sep 17 00:00:00 2001 From: Andrew Poelstra Date: Mon, 16 Apr 2018 23:19:38 +0000 Subject: [PATCH 1/2] update README for 0.13 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 6807705..c658273 100644 --- a/README.md +++ b/README.md @@ -94,3 +94,11 @@ See `Transaction::verify` and `Script::verify` methods. * Support segwit address types +### 0.13 + +* Move witnesses inside the `TxIn` structure + +* Add `Transaction::get_weight()` + +* Update bip143 `sighash_all` API to be more ergonomic + From fb96ef0d0b86375cdc50a57b79548ef8acdb366e Mon Sep 17 00:00:00 2001 From: Andrew Poelstra Date: Mon, 16 Apr 2018 23:10:28 +0000 Subject: [PATCH 2/2] bump version to 0.13 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7b76229..e707f11 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bitcoin" -version = "0.12.0" +version = "0.13.0" authors = ["Andrew Poelstra "] license = "CC0-1.0" homepage = "https://github.com/rust-bitcoin/rust-bitcoin/"