File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,11 @@ The version should always be in sync with the [GUI](https://github.com/software-
10
10
A ` y ` version of 0 marks the beta of the current year
11
11
and likely contains breaking changes between patches.
12
12
13
+ ### 25.0.5 Little Fixes - 2024-07-01
14
+ - Remove round number from GameState
15
+ - End game with turn 60
16
+ - Update CI Pipeline
17
+
13
18
### 25.0.4 Allow Follow-up Move - 2024-06-26
14
19
- Always finish the round even if one player is already in the goal
15
20
- Emit proper GameResult when game ends regularly through implementing WinCondition
Original file line number Diff line number Diff line change 1
1
socha.gameName =hui
2
2
socha.version.year =25
3
3
socha.version.minor =00
4
- socha.version.patch =04
4
+ socha.version.patch =05
5
5
socha.version.suffix =
You can’t perform that action at this time.
0 commit comments