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]