From f6d98ef0b485899b7188b3e4b692a2c0b980ef7c 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:26:52 +0000 Subject: [PATCH] chore(main): release swcli 0.1.2 --- .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 a915e8c..001eb2c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.1" + ".": "0.1.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ecf8e0..8be7b9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.2](https://github.com/ZeroGachis/swcli/compare/swcli-0.1.1...swcli-0.1.2) (2026-03-05) + + +### Miscellaneous Chores + +* **release:** Define artifact names explicitly as we cannot access env in the matrix section ([0c714f3](https://github.com/ZeroGachis/swcli/commit/0c714f39bcd9b5ef7cd2dac1845a69640692ebf8)) + ## [0.1.1](https://github.com/ZeroGachis/swcli/compare/swcli-0.1.0...swcli-0.1.1) (2026-03-05) diff --git a/Cargo.lock b/Cargo.lock index a663fda..7277d1d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1005,7 +1005,7 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "swcli" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 3c2e77a..1f5441f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swcli" -version = "0.1.1" +version = "0.1.2" edition = "2024" [dependencies]