Skip to content

Commit

Permalink
release: v24.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
xeruf committed Sep 4, 2023
1 parent 1ed177c commit e9d27d8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
socha.gameName=mississippi
socha.version.year=24
socha.version.minor=00
socha.version.patch=07
socha.version.patch=08

0 comments on commit e9d27d8

Please sign in to comment.