From 082fc824be744b6e1e4ac86cff44b081c8617139 Mon Sep 17 00:00:00 2001 From: Daniel Connolly Date: Thu, 16 May 2024 07:57:26 +0000 Subject: [PATCH] version 0.19.6 --- CHANGELOG.md | 4 ++++ Cargo.lock | 4 ++-- client/Cargo.toml | 2 +- json/Cargo.toml | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5511240f..0c7fda6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.19.6 +- cargo update +- changes to accommodate create bitcoinsv v0.2.5 + # 0.19.5 - get_block_header_info() back to verbosity 1, verbosity 2 is very substantially slower - new function get_block_header_info_full() to use verbosity 2 diff --git a/Cargo.lock b/Cargo.lock index 40deb31c..80256688 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -93,7 +93,7 @@ dependencies = [ [[package]] name = "bitcoinsv-rpc" -version = "0.19.5" +version = "0.19.6" dependencies = [ "async-trait", "bitcoinsv", @@ -108,7 +108,7 @@ dependencies = [ [[package]] name = "bitcoinsv-rpc-json" -version = "0.19.5" +version = "0.19.6" dependencies = [ "approx", "bitcoinsv", diff --git a/client/Cargo.toml b/client/Cargo.toml index 31901131..67886d02 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bitcoinsv-rpc" -version = "0.19.5" +version = "0.19.6" authors = [ "Daniel Connolly " ] diff --git a/json/Cargo.toml b/json/Cargo.toml index 722fc2b8..a3f0fa29 100644 --- a/json/Cargo.toml +++ b/json/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bitcoinsv-rpc-json" -version = "0.19.5" +version = "0.19.6" authors = [ "Daniel Connolly ", ]