diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 001eb2c..c05df9b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.2" + ".": "0.1.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8be7b9e..836b3d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.1.3](https://github.com/ZeroGachis/swcli/compare/swcli-0.1.2...swcli-0.1.3) (2026-03-05) + + +### Miscellaneous Chores + +* **ci:** Only run security scan workflow once a week ([dcefc04](https://github.com/ZeroGachis/swcli/commit/dcefc04d1c50e00c2c2800455785a175aca05393)) +* **release:** Fix binary path ([e24a4a6](https://github.com/ZeroGachis/swcli/commit/e24a4a6f2a5187a915923f2343c4c9183a7bc743)) + ## [0.1.2](https://github.com/ZeroGachis/swcli/compare/swcli-0.1.1...swcli-0.1.2) (2026-03-05) diff --git a/Cargo.lock b/Cargo.lock index 7277d1d..e2f82ac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1005,7 +1005,7 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "swcli" -version = "0.1.2" +version = "0.1.3" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 1f5441f..2648524 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swcli" -version = "0.1.2" +version = "0.1.3" edition = "2024" [dependencies]