Merge pull request #77 from rust-bitcoin/cargo-toml-0.13

Bump version to 0.13
This commit is contained in:
Matt Corallo 2018-04-16 20:23:06 -04:00 committed by GitHub
commit 6f3c7e19dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View File

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

View File

@ -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