Skip to content

Commit 2ce36cc

Browse files
committed
Bump version to 0.19.0
In preparation for release add a changelog entry and bump the version number.
1 parent 64f1f70 commit 2ce36cc

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

CHANGELOG.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1-
# Unreleased
2-
3-
- MSRV changed from 1.48.0 to 1.56.1
1+
# 0.19.0
2+
3+
- Change MSRV from 1.48.0 to 1.56.1 [#334](https://github.com/rust-bitcoin/rust-bitcoincore-rpc/pull/334)
4+
- Implement `verifymessage` RCP call (and add "verifymessage" feature)
5+
- [#326](https://github.com/rust-bitcoin/rust-bitcoincore-rpc/pull/326)
6+
- [#343](https://github.com/rust-bitcoin/rust-bitcoincore-rpc/pull/343)
7+
- Upgrade `bitcoin` dependency to `v0.32.0` [#337](https://github.com/rust-bitcoin/rust-bitcoincore-rpc/pull/337)
8+
- Upgrade `jsonrpc` dependency to `v0.18.0` [#339](https://github.com/rust-bitcoin/rust-bitcoincore-rpc/pull/339)
9+
- Use `jsonrpc` "minreq_http" feature [#341](https://github.com/rust-bitcoin/rust-bitcoincore-rpc/pull/341)
10+
- Add "rand" feature [#342](https://github.com/rust-bitcoin/rust-bitcoincore-rpc/pull/342)
411

512
# 0.18.0
613

client/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bitcoincore-rpc"
3-
version = "0.18.0"
3+
version = "0.19.0"
44
authors = [
55
"Steven Roose <[email protected]>",
66
"Jean Pierre Dudey <[email protected]>",

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.18.0"
3+
version = "0.19.0"
44
authors = [
55
"Steven Roose <[email protected]>",
66
"Jean Pierre Dudey <[email protected]>",

0 commit comments

Comments
 (0)