From dfa9fa4b3a47e003866b96e092c846bb48ca275e Mon Sep 17 00:00:00 2001 From: Geoffrey Vancoetsem <10533139+geeooff@users.noreply.github.com> Date: Fri, 18 Sep 2026 18:54:12 +0200 Subject: [PATCH] Release 0.2.0 The program updates itself from the icon, and a game session survives it: Lot 13, with the release notes of Lot 14 behind it. A minor, for a feature and a contract that grew -- `update`, `stop --handover`, the `update` log category, the same four files in both artefacts. Co-Authored-By: Claude Opus 5 --- CHANGELOG.md | 9 ++++++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) 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.