File tree 5 files changed +16
-9
lines changed
5 files changed +16
-9
lines changed Original file line number Diff line number Diff line change 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 )
4
11
5
12
# 0.18.0
6
13
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ dependencies = [
92
92
93
93
[[package]]
94
94
name = "bitcoincore-rpc"
95
- version = "0.18 .0"
95
+ version = "0.19 .0"
96
96
dependencies = [
97
97
"bitcoincore-rpc-json",
98
98
"jsonrpc",
@@ -104,7 +104,7 @@ dependencies = [
104
104
105
105
[[package]]
106
106
name = "bitcoincore-rpc-json"
107
- version = "0.18 .0"
107
+ version = "0.19 .0"
108
108
dependencies = [
109
109
"bitcoin",
110
110
"serde",
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ dependencies = [
92
92
93
93
[[package]]
94
94
name = "bitcoincore-rpc"
95
- version = "0.18 .0"
95
+ version = "0.19 .0"
96
96
dependencies = [
97
97
"bitcoincore-rpc-json",
98
98
"jsonrpc",
@@ -104,7 +104,7 @@ dependencies = [
104
104
105
105
[[package]]
106
106
name = "bitcoincore-rpc-json"
107
- version = "0.18 .0"
107
+ version = "0.19 .0"
108
108
dependencies = [
109
109
"bitcoin",
110
110
"serde",
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " bitcoincore-rpc"
3
- version = " 0.18 .0"
3
+ version = " 0.19 .0"
4
4
authors = [
5
5
" Steven Roose <[email protected] >" ,
6
6
" Jean Pierre Dudey <[email protected] >" ,
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " bitcoincore-rpc-json"
3
- version = " 0.18 .0"
3
+ version = " 0.19 .0"
4
4
authors = [
5
5
" Steven Roose <[email protected] >" ,
6
6
" Jean Pierre Dudey <[email protected] >" ,
You can’t perform that action at this time.
0 commit comments