From e8898fec732829e928bdbfd6b2476a60cdeb4ed3 Mon Sep 17 00:00:00 2001 From: xeruf <27jf@pm.me> Date: Mon, 1 Jul 2024 15:29:03 +0300 Subject: [PATCH] release: v25.0.5 --- CHANGELOG.md | 5 +++++ gradle.properties | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fc55a7e0..739c0dc48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,11 @@ The version should always be in sync with the [GUI](https://github.com/software- A `y` version of 0 marks the beta of the current year and likely contains breaking changes between patches. +### 25.0.5 Little Fixes - 2024-07-01 +- Remove round number from GameState +- End game with turn 60 +- Update CI Pipeline + ### 25.0.4 Allow Follow-up Move - 2024-06-26 - Always finish the round even if one player is already in the goal - Emit proper GameResult when game ends regularly through implementing WinCondition diff --git a/gradle.properties b/gradle.properties index 1fcc094c3..ab343a2fd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ socha.gameName=hui socha.version.year=25 socha.version.minor=00 -socha.version.patch=04 +socha.version.patch=05 socha.version.suffix= \ No newline at end of file