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 6754ffa..3cdf1e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.2](https://github.com/Project-Colony/Spotter/compare/v0.1.1...v0.1.2) (2026-07-20) + + +### Bug Fixes + +* drop the misused binary field - per spec it means extract-from-archive, these assets are raw binaries ([de952dc](https://github.com/Project-Colony/Spotter/commit/de952dc62bd3952396d28037d3cfa102a40f3435)) + ## [0.1.1](https://github.com/Project-Colony/Spotter/compare/v0.1.0...v0.1.1) (2026-03-08) diff --git a/Cargo.toml b/Cargo.toml index 812c636..59ed2dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spotter" -version = "0.1.1" +version = "0.1.2" edition = "2021" description = "A cross-platform game library tracker and statistics dashboard" license = "MIT"