diff --git a/CHANGELOG.md b/CHANGELOG.md index 20cc531..0390c80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,12 @@ a section is written. ## [Unreleased] +Nothing yet. + +## [0.2.0] - 2026-09-18 + +The program updates itself from the icon, and a game session survives it. + ### Added - **Check for updates**, in the icon's menu: asks GitHub whether a newer @@ -88,5 +94,6 @@ and when it stops, on Windows' own signal that a game is running. including the scheduled tasks a program that needs administrator rights requires, and a Windows power plan. -[Unreleased]: https://github.com/Geeooff/GameModeExecutor/compare/v0.1.0...HEAD +[Unreleased]: https://github.com/Geeooff/GameModeExecutor/compare/v0.2.0...HEAD +[0.2.0]: https://github.com/Geeooff/GameModeExecutor/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/Geeooff/GameModeExecutor/releases/tag/v0.1.0 diff --git a/Cargo.lock b/Cargo.lock index dc11dea..b6b7111 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -171,7 +171,7 @@ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" [[package]] name = "game-mode-executor" -version = "0.1.0" +version = "0.2.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 51d2d40..cf2d902 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "game-mode-executor" -version = "0.1.0" +version = "0.2.0" authors = ["Geoffrey Vancoetsem"] edition = "2024" # Let chains, stable since 1.88.