From 0791533e2416a41d070aa5b77362b74c15977f69 Mon Sep 17 00:00:00 2001 From: pshenmic Date: Sun, 20 Oct 2024 23:17:56 +0700 Subject: [PATCH] Bump package and update changelog --- CHANGELOG.md | 10 ++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa06db9..d6948ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # CHANGELOG +# v0.1.5 +Verbose logging and fix for mainnet network type (was only accepting `dash` as a value for mainnet) + +## What's Changed +* Add more verbose logging to the command by @pshenmic in https://github.com/pshenmic/platform-cli/pull/10 +* Allow mainnet as a network type by @pshenmic in https://github.com/pshenmic/platform-cli/pull/11 + + +**Full Changelog**: https://github.com/pshenmic/platform-cli/compare/v0.1.4...v0.1.5 + # v0.1.4 Accept different private key encoding types in the input file diff --git a/Cargo.lock b/Cargo.lock index 7e01420..82f8d75 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2197,7 +2197,7 @@ dependencies = [ [[package]] name = "platform-cli" -version = "0.1.4" +version = "0.1.5" dependencies = [ "anyhow", "base64 0.21.7", diff --git a/Cargo.toml b/Cargo.toml index 36acdc7..6655e6d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "platform-cli" -version = "0.1.4" +version = "0.1.5" edition = "2021" [dependencies] diff --git a/README.md b/README.md index 2f32ab2..3e37ec6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# platform-cli v0.1.4 +# platform-cli v0.1.5 A binary application to create, sign and broadcast Dash Platform state transition from your computer.