Skip to content

Commit ee183d6

Browse files
committed
Bump version to v0.18.0
Add changelog entry and bump the version number of the `json` crate.
1 parent 71d0af8 commit ee183d6

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
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

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)