Skip to content

Commit

Permalink
Bump package and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
pshenmic committed Oct 20, 2024
1 parent aaafd59 commit 0791533
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "platform-cli"
version = "0.1.4"
version = "0.1.5"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 0791533

Please sign in to comment.