diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c05df9b..88f7c73 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.3" + ".": "0.1.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 836b3d6..c890509 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.1.4](https://github.com/ZeroGachis/swcli/compare/swcli-0.1.3...swcli-0.1.4) (2026-04-15) + + +### Miscellaneous Chores + +* Bump security scan workflow from v5 to v6 ([00181c6](https://github.com/ZeroGachis/swcli/commit/00181c6ba1b4e86b8d3d5ed056ec58a49955e00e)) +* Bump security scan workflow from v5 to v6 ([9f1ff98](https://github.com/ZeroGachis/swcli/commit/9f1ff98a5ec8d16dac7231c831511a4ec130f827)) + + +### Continuous Integration + +* Add security-scan workflow triggered once a week ([feb39ca](https://github.com/ZeroGachis/swcli/commit/feb39cab2439f215cc452efe93c110a02373c6d3)) +* Remove deprecated security_scan workflow ([b13f854](https://github.com/ZeroGachis/swcli/commit/b13f854ac2e2af32ae18671166753f76e2b89f68)) + ## [0.1.3](https://github.com/ZeroGachis/swcli/compare/swcli-0.1.2...swcli-0.1.3) (2026-03-05) diff --git a/Cargo.lock b/Cargo.lock index e2f82ac..e999f88 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1005,7 +1005,7 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "swcli" -version = "0.1.3" +version = "0.1.4" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 2648524..a103fb8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swcli" -version = "0.1.3" +version = "0.1.4" edition = "2024" [dependencies]