Skip to content

Commit e8b546d

Browse files
committed
Merge branch 'refs/heads/feat/docs-update'
2 parents 9422dde + 2481946 commit e8b546d

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# CHANGELOG
22

3-
# 0.1.0
3+
# v0.1.1
4+
5+
## What's Changed
6+
* Updated application and README.md documentation by @pshenmic in https://github.com/pshenmic/platform-cli/pull/5
7+
8+
**Full Changelog**: https://github.com/pshenmic/platform-cli/compare/v0.1.0...v0.1.1
9+
10+
# v0.1.0
411

512
First release, a basic CLI application structure (3 commands implemented) and cross-compile multi arch CI release builds.
613

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.0"
3+
version = "0.1.1"
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.0
1+
# platform-cli v0.1.1
22

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

0 commit comments

Comments
 (0)