From 2bab7c6c876e10db439cc120694471a9e29d0def Mon Sep 17 00:00:00 2001 From: "smartway-bot-public[bot]" <262318265+smartway-bot-public[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 10:15:10 +0000 Subject: [PATCH] chore(main): release swcli 0.1.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 466df71..a915e8c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1860638..1ecf8e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.1](https://github.com/ZeroGachis/swcli/compare/swcli-0.1.0...swcli-0.1.1) (2026-03-05) + + +### Miscellaneous Chores + +* **ci:** Add a workflow to build a binaries and attach them the the latest release ([943ab1a](https://github.com/ZeroGachis/swcli/commit/943ab1a49fa0f2fc87f6968d51d3445b7362a5ac)) + ## 0.1.0 (2026-03-05) diff --git a/Cargo.lock b/Cargo.lock index 0e50ba9..a663fda 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1005,7 +1005,7 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "swcli" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 4238087..3c2e77a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swcli" -version = "0.1.0" +version = "0.1.1" edition = "2024" [dependencies]