Skip to content

Commit 0791533

Browse files
committed
Bump package and update changelog
1 parent aaafd59 commit 0791533

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# CHANGELOG
22

3+
# v0.1.5
4+
Verbose logging and fix for mainnet network type (was only accepting `dash` as a value for mainnet)
5+
6+
## What's Changed
7+
* Add more verbose logging to the command by @pshenmic in https://github.com/pshenmic/platform-cli/pull/10
8+
* Allow mainnet as a network type by @pshenmic in https://github.com/pshenmic/platform-cli/pull/11
9+
10+
11+
**Full Changelog**: https://github.com/pshenmic/platform-cli/compare/v0.1.4...v0.1.5
12+
313
# v0.1.4
414
Accept different private key encoding types in the input file
515

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "platform-cli"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
edition = "2021"
55

66
[dependencies]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# platform-cli v0.1.4
1+
# platform-cli v0.1.5
22

33
A binary application to create, sign and broadcast Dash Platform state transition from your computer.
44

0 commit comments

Comments
 (0)