Skip to content

Commit 37786d3

Browse files
committed
Bump crate version to 0.17.0
Add release notes and increase the crate minor version to 0.17.0 Justified because we just bumped the `rust-bitcoin` minor version and also `rust-jsonrpc` minor version.
1 parent c7a88d1 commit 37786d3

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.17.0
2+
3+
- Add listwalletdir rpc
4+
- Update `jsonrpc` dependency to 0.14.0
5+
16
# 0.16.0
27

38
- MSRV changed from 1.29 to 1.41.1

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

2121
[dependencies]
22-
bitcoincore-rpc-json = { version = "0.16.0", path = "../json" }
22+
bitcoincore-rpc-json = { version = "0.17.0", path = "../json" }
2323

2424
log = "0.4.5"
2525
jsonrpc = "0.14.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.16.0"
3+
version = "0.17.0"
44
authors = [
55
"Steven Roose <[email protected]>",
66
"Jean Pierre Dudey <[email protected]>",

0 commit comments

Comments
 (0)