From 9459e2a383a0a990cb16299d1ea7c3c203262891 Mon Sep 17 00:00:00 2001 From: pshenmic Date: Sat, 19 Oct 2024 18:30:11 +0700 Subject: [PATCH] Bump version and update changelog --- CHANGELOG.md | 9 +++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 820304d..14f0a90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # CHANGELOG +# v0.1.2 +Linux ARM64 builds support + +## What's Changed +* Added Linux arm64 builds on CI by @pshenmic in https://github.com/pshenmic/platform-cli/pull/4 +* Removed rs-drive from the project dependencies + +**Full Changelog**: https://github.com/pshenmic/platform-cli/compare/v0.1.1...v0.1.2 + # v0.1.1 Minor documentation updates and cleanup diff --git a/Cargo.lock b/Cargo.lock index c933498..9deb003 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2197,7 +2197,7 @@ dependencies = [ [[package]] name = "platform-cli" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "base64 0.21.7", diff --git a/Cargo.toml b/Cargo.toml index ac60761..cd54561 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "platform-cli" -version = "0.1.1" +version = "0.1.2" edition = "2021" [dependencies] diff --git a/README.md b/README.md index 434b12c..688bce5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# platform-cli v0.1.1 +# platform-cli v0.1.2 A binary application to create, sign and broadcast Dash Platform state transition from your computer.