From e9d27d88819d9932ba8a13eb360296f426b63ec3 Mon Sep 17 00:00:00 2001 From: xeruf <27jf@pm.me> Date: Mon, 4 Sep 2023 12:50:07 +0200 Subject: [PATCH] release: v24.0.8 --- CHANGELOG.md | 6 ++++++ gradle.properties | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fec2d9a19..ccc822519 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,12 @@ 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. +### 24.0.8 All The Moves - 2023-08-29 +- moveIterator should now generate all possible Moves +- Reduce usage of magic numbers +- Fix some test cases and update kotest +- Fix oversight in SimplePlayer template + ### 24.0.7 Game Procedure - 2023-08-29 - Make SimplePlayer template more convenient - Clarify game over edge case conditions diff --git a/gradle.properties b/gradle.properties index 577dff377..d7441914b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ socha.gameName=mississippi socha.version.year=24 socha.version.minor=00 -socha.version.patch=07 \ No newline at end of file +socha.version.patch=08 \ No newline at end of file