Skip to content

Commit 52e4ede

Browse files
committed
release: v26.0.4
1 parent 24f9867 commit 52e4ede

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Changelog
2-
All notable changes to this project are documented in this file.
2+
All notable changes to this project used to be documented in this file.
3+
Now the focus is on semantic commit messages.
34
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
45

56
The `x.y.z` version is tracked in [gradle.properties](./gradle.properties) to enable programmatic updating via the Gradle `release` task.
@@ -10,6 +11,9 @@ The version should always be in sync with the [GUI](https://github.com/software-
1011
A `y` version of 0 marks the beta of the current year
1112
and likely contains breaking changes between patches.
1213

14+
15+
## 2026 Game Piranhas
16+
1317
### 25.1.0 Stabilization - 2025-02-10
1418
- Unshuffle second HuI Salad
1519
- Ease player template IDE import and add offline instructions

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
socha.gameName=piranhas
22
socha.version.year=26
33
socha.version.minor=00
4-
socha.version.patch=03
4+
socha.version.patch=04
55
socha.version.suffix=

0 commit comments

Comments
 (0)