From 85728d16a1305c788f5ef20738df258ae4239fd1 Mon Sep 17 00:00:00 2001 From: Andrew Poelstra Date: Fri, 23 Mar 2018 15:27:56 +0000 Subject: [PATCH] bump to 0.12 --- Cargo.toml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 114b43a..f555967 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bitcoin" -version = "0.11.2" +version = "0.12.0" authors = ["Andrew Poelstra "] license = "CC0-1.0" homepage = "https://github.com/rust-bitcoin/rust-bitcoin/" diff --git a/README.md b/README.md index 2a79d35..6807705 100644 --- a/README.md +++ b/README.md @@ -84,9 +84,9 @@ downstream users to also have a `num` dependency just so they can use `Uint256:: * A new optional feature "bitcoinconsenus" lets this library use Bitcoin Core's native script verifier, wrappend into Rust by the rust-bitcoinconsenus project. -See Transaction::verify and Script::verify methods. +See `Transaction::verify` and `Script::verify` methods. -* Replaced Base58 traits with encode_slice, check_encode_slice, from and from_check functions in the base58 module. +* Replaced Base58 traits with `encode_slice`, `check_encode_slice`, from and `from_check` functions in the base58 module. * Un-reversed the Debug output for Sha256dHash