Skip to content

Commit e9d27d8

Browse files
committed
release: v24.0.8
1 parent 1ed177c commit e9d27d8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ The version should always be in sync with the [GUI](https://github.com/software-
1010
A `y` version of 0 marks the beta of the current year
1111
and likely contains breaking changes between patches.
1212

13+
### 24.0.8 All The Moves - 2023-08-29
14+
- moveIterator should now generate all possible Moves
15+
- Reduce usage of magic numbers
16+
- Fix some test cases and update kotest
17+
- Fix oversight in SimplePlayer template
18+
1319
### 24.0.7 Game Procedure - 2023-08-29
1420
- Make SimplePlayer template more convenient
1521
- Clarify game over edge case conditions

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
socha.gameName=mississippi
22
socha.version.year=24
33
socha.version.minor=00
4-
socha.version.patch=07
4+
socha.version.patch=08

0 commit comments

Comments
 (0)