From 14f63a2134aa5fe4940c90b08d9e40d4244778c2 Mon Sep 17 00:00:00 2001 From: Steven Roose Date: Tue, 24 Mar 2020 13:06:14 +0000 Subject: [PATCH] Release v0.6.0 --- 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 c1457f3..6c13b26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ CHANGELOG ========= +# v0.6.0 -- 2020/03/24 + +- Don't print newlines after output. +- Update `quote` dependency. +- Use `base64-compat` crate instead of `base64`. + # v0.5.4 -- 2020/02/25 - Fix compressedness bug in `hal message verify`. diff --git a/Cargo.lock b/Cargo.lock index 7c828df..117f017 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -246,7 +246,7 @@ dependencies = [ [[package]] name = "hal" -version = "0.5.4" +version = "0.6.0" 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 2e80f68..2beaf6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hal" -version = "0.5.4" +version = "0.6.0" authors = ["Steven Roose "] license = "CC0-1.0" homepage = "https://github.com/stevenroose/hal/"