Skip to content

Commit bf153d6

Browse files
authored
Merge pull request #253 from tcharding/10-28-release-v0.17.0
Bump crate version to `v0.17.0`
2 parents a4aaa86 + 37786d3 commit bf153d6

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
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

+3-3
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,10 +19,10 @@ 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"
25-
jsonrpc = "0.13.0"
25+
jsonrpc = "0.14.0"
2626

2727
# Used for deserialization of JSON.
2828
serde = "1"

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)