From c381eaa18a16f8084b059e0aecf38389d6813a4b Mon Sep 17 00:00:00 2001 From: Steven Roose Date: Thu, 16 Apr 2020 11:40:04 +0100 Subject: [PATCH] Release v0.6.1 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c13b26..c4d0a7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ CHANGELOG ========= +# v0.6.1 -- 2020/04/16 + +- Support `tx/block create` reading JSON from stdin. +- Warn earlier when conflicting addresses are used in `tx create`. +- Improve description on `tx/block create` commands. + # v0.6.0 -- 2020/03/24 - Don't print newlines after output. diff --git a/Cargo.lock b/Cargo.lock index 117f017..e3251ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -246,7 +246,7 @@ dependencies = [ [[package]] name = "hal" -version = "0.6.0" +version = "0.6.1" dependencies = [ "base64-compat 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "bitcoin 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index e221b58..6a133ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hal" -version = "0.6.0" +version = "0.6.1" authors = ["Steven Roose "] license = "CC0-1.0" homepage = "https://github.com/stevenroose/hal/"