Skip to content

Commit f010da6

Browse files
committed
release: v24.1.2
1 parent f16a3ef commit f010da6

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.github/workflows/gradle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
with:
88
submodules: 'recursive'
99
- name: Set up JDK
10-
uses: actions/setup-java@v2
10+
uses: actions/setup-java@v3
1111
with:
1212
distribution: 'zulu'
1313
java-version: 8

CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,15 @@ 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.1.X - 2023-09-XX
14-
- Fix segment boundaries in special cases
13+
### 24.2.X - 2023-10-XX
1514
- Crash oversped ships
1615
- Allow other player to move on when one is disqualified
16+
-
17+
### 24.1.2 Stable Release - 2023-09-20
1718

1819
### 24.1.1 Helper Adjustments - 2023-09-14
20+
- Fully rename simpleclient to playertemplate
21+
- Fix segment bounds special cases
1922

2023
### 24.1.0 Add New Helpers - 2023-09-11
2124

gradle.properties

+1-1
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=01
4-
socha.version.patch=01
4+
socha.version.patch=02

0 commit comments

Comments
 (0)