Skip to content

Commit 9fe7f51

Browse files
committed
Bump version to v0.18.0
Add changelog entry and bump the version number of the `json` crate.
1 parent 43f09f1 commit 9fe7f51

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
# Unreleased
1+
# 0.18.0
22

33
- MSRV changed from 1.41.1 to 1.48.0
4+
- Use `bitcoin::Network` in `GetBlockchainInfoResult `.
5+
- Make checksum optional in `GetDescriptorInfoResult`.
6+
- Make `getmempoolinfo` compatible with supported RPC versions.
47

58
# 0.17.0
69

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.17.0"
3+
version = "0.18.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.17.0", path = "../json" }
22+
bitcoincore-rpc-json = { version = "0.18.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.17.0"
3+
version = "0.18.0"
44
authors = [
55
"Steven Roose <[email protected]>",
66
"Jean Pierre Dudey <[email protected]>",

0 commit comments

Comments
 (0)