Merge pull request #77 from rust-bitcoin/cargo-toml-0.13
Bump version to 0.13
This commit is contained in:
commit
6f3c7e19dd
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
[package]
|
[package]
|
||||||
name = "bitcoin"
|
name = "bitcoin"
|
||||||
version = "0.12.0"
|
version = "0.13.0"
|
||||||
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/"
|
||||||
|
|
|
@ -94,3 +94,11 @@ See `Transaction::verify` and `Script::verify` methods.
|
||||||
|
|
||||||
* Support segwit address types
|
* 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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue