Skip to content

Commit

Permalink
Bump version to v0.18.0
Browse files Browse the repository at this point in the history
Add changelog entry and bump the version number of the `json` crate.
  • Loading branch information
tcharding committed Nov 1, 2023
1 parent 43f09f1 commit 9fe7f51
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Unreleased
# 0.18.0

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

# 0.17.0

Expand Down
4 changes: 2 additions & 2 deletions client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bitcoincore-rpc"
version = "0.17.0"
version = "0.18.0"
authors = [
"Steven Roose <steven@stevenroose.org>",
"Jean Pierre Dudey <jeandudey@hotmail.com>",
Expand All @@ -19,7 +19,7 @@ name = "bitcoincore_rpc"
path = "src/lib.rs"

[dependencies]
bitcoincore-rpc-json = { version = "0.17.0", path = "../json" }
bitcoincore-rpc-json = { version = "0.18.0", path = "../json" }

log = "0.4.5"
jsonrpc = "0.14.0"
Expand Down
2 changes: 1 addition & 1 deletion json/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bitcoincore-rpc-json"
version = "0.17.0"
version = "0.18.0"
authors = [
"Steven Roose <steven@stevenroose.org>",
"Jean Pierre Dudey <jeandudey@hotmail.com>",
Expand Down

0 comments on commit 9fe7f51

Please sign in to comment.