Skip to content

Commit 657eebd

Browse files
committed
Merge #221: Release v0.15.0
14060b7 Release v0.15.0 (Steven Roose) Pull request description: Mainly to propagate the new bitcoin version ACKs for top commit: sr-gi: ACK 14060b7 dunxen: ACK 14060b7 RCasatta: ACK 14060b7 Tree-SHA512: b069897087eb693b50e2cbb17511ceaea88da6530bb8ab9927afe4c82dd64e2fa64c105f5a55b20fc3668361ff2b0941dbe82d5651ad2c74f6769beb58807b72
2 parents 79d457d + 14060b7 commit 657eebd

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
2+
# 0.15.0
3+
4+
- bump bitcoin crate version to 0.28.0
5+
- add `get_block_stats`
6+
- add `add_node`
7+
- add `remove_node`
8+
- add `onetry_node`
9+
- add `disconnect_node`
10+
- add `disconnect_node_by_id`
11+
- add `get_added_node_info`
12+
- add `get_node_addresses`
13+
- add `list_banned`
14+
- add `clear_banned`
15+
- add `add_ban`
16+
- add `remove_ban`
17+
- make `Auth::get_user_pass` public
18+
- add `ScriptPubkeyType::witness_v1_taproot`
19+
120
# 0.14.0
221

322
- add `wallet_conflicts` field in `WalletTxInfo`

client/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bitcoincore-rpc"
3-
version = "0.14.0"
3+
version = "0.15.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.14.0", path = "../json" }
21+
bitcoincore-rpc-json = { version = "0.15.0", path = "../json" }
2222

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

json/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bitcoincore-rpc-json"
3-
version = "0.14.0"
3+
version = "0.15.0"
44
authors = [
55
"Steven Roose <[email protected]>",
66
"Jean Pierre Dudey <[email protected]>",

0 commit comments

Comments
 (0)