Skip to content

Commit 5a360cf

Browse files
authored
Merge pull request #159 from stevenroose/release-0.13.0
Release v0.13.0
2 parents d80139f + d47b051 commit 5a360cf

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1+
# 0.13.0
2+
3+
- add `wallet_process_psbt`
4+
- add `unlock_unspent_all`
5+
- compatibility with Bitcoin Core v0.21
6+
- bump rust-bitcoin dependency to 0.26
7+
- implement Deserialize for ImportMultiRescanSince
8+
- some fixes for some negative confirmation values
9+
110
# 0.12.0
11+
212
- bump `bitcoin` dependency to version `0.25`, increasing our MSRV to `1.29.0`
313
- test against `bitcoind` `0.20.0` and `0.20.1`
414
- add `get_balances`

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ The following versions are officially supported and automatically tested:
4444
* 0.19.1
4545
* 0.20.0
4646
* 0.20.1
47+
* 0.21.0
4748

4849
# Minimum Supported Rust Version (MSRV)
4950
This library should always compile with any combination of features on **Rust 1.29**.

client/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bitcoincore-rpc"
3-
version = "0.12.0"
3+
version = "0.13.0"
44
authors = [
55
"Steven Roose <steven@stevenroose.org>",
66
"Jean Pierre Dudey <jeandudey@hotmail.com>",
@@ -18,7 +18,7 @@ name = "bitcoincore_rpc"
1818
path = "src/lib.rs"
1919

2020
[dependencies]
21-
bitcoincore-rpc-json = { version = "0.12.0", path = "../json"}
21+
bitcoincore-rpc-json = { version = "0.13.0", path = "../json"}
2222

2323
log = "0.4.5"
2424
jsonrpc = "0.11"

json/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bitcoincore-rpc-json"
3-
version = "0.12.0"
3+
version = "0.13.0"
44
authors = [
55
"Steven Roose <steven@stevenroose.org>",
66
"Jean Pierre Dudey <jeandudey@hotmail.com>",

0 commit comments

Comments
 (0)