Skip to content

Commit 679230c

Browse files
committed
Release 0.14.0
1 parent b9879a5 commit 679230c

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 0.14.0
2+
3+
- add `wallet_conflicts` field in `WalletTxInfo`
4+
- add `get_chain_tips`
5+
- add `get_block_template`
6+
- implement `From<u64>` and `From<Option<u64>>` for `ImportMultiRescanSince`
7+
- bump rust-bitcoin dependency to 0.27
8+
- bump json-rpc dependency to 0.12.0
9+
- remove dependency on `hex`
10+
111
# 0.13.0
212

313
- add `wallet_process_psbt`

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.13.0"
3+
version = "0.14.0"
44
authors = [
55
"Steven Roose <[email protected]>",
66
"Jean Pierre Dudey <[email protected]>",
@@ -18,7 +18,7 @@ name = "bitcoincore_rpc"
1818
path = "src/lib.rs"
1919

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

2323
log = "0.4.5"
2424
jsonrpc = "0.12.0"

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.13.0"
3+
version = "0.14.0"
44
authors = [
55
"Steven Roose <[email protected]>",
66
"Jean Pierre Dudey <[email protected]>",

0 commit comments

Comments
 (0)