Skip to content

Commit

Permalink
release: v24.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xeruf committed Sep 20, 2023
1 parent f16a3ef commit f010da6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
with:
submodules: 'recursive'
- name: Set up JDK
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 8
Expand Down
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,15 @@ 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.1.X - 2023-09-XX
- Fix segment boundaries in special cases
### 24.2.X - 2023-10-XX
- Crash oversped ships
- Allow other player to move on when one is disqualified
-
### 24.1.2 Stable Release - 2023-09-20

### 24.1.1 Helper Adjustments - 2023-09-14
- Fully rename simpleclient to playertemplate
- Fix segment bounds special cases

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

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

0 comments on commit f010da6

Please sign in to comment.