diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 001eb2c..2be9c43 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.2" + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cdf1e4..8d23dbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.2.0](https://github.com/Project-Colony/Spotter/compare/v0.1.2...v0.2.0) (2026-08-01) + + +### Features + +* **ci:** sign release assets with the Project-Colony org key ([a44f158](https://github.com/Project-Colony/Spotter/commit/a44f158bb6c8cf36d58fbaae5de2a1ad30fcfe75)) +* declare signed releases in the manifest ([119c795](https://github.com/Project-Colony/Spotter/commit/119c79532f5076abef7228b61fb81491baf270ef)) + + +### Bug Fixes + +* **ci:** satisfy clippy 1.97 so the Check job goes green ([#7](https://github.com/Project-Colony/Spotter/issues/7)) ([7f5c913](https://github.com/Project-Colony/Spotter/commit/7f5c9137655dd13992f0d209e572890720ec87de)) + ## [0.1.2](https://github.com/Project-Colony/Spotter/compare/v0.1.1...v0.1.2) (2026-07-20) diff --git a/Cargo.toml b/Cargo.toml index 320a7c3..1aa3c2f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spotter" -version = "0.1.2" +version = "0.2.0" edition = "2021" description = "A cross-platform game library tracker and statistics dashboard" license = "GPL-3.0-or-later"