Skip to content

Commit 6340b07

Browse files
committed
feat: release 0.12.0 (API 0.27.0)
1 parent 6322190 commit 6340b07

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,13 @@ Each release is associated with a specific API version, and any changes to API w
88

99
Unless otherwise specified, any version comparison below is the comparison of the server version, not the API version.
1010

11-
# 0.12.0 (API 0.27.0) - Unreleased
11+
# 0.12.1 (API 0.28.0) - Unreleased
1212

13-
<small>[Compare with 0.11.1](https://github.com/AllayMC/Allay/compare/0.11.1...HEAD)</small>
13+
<small>[Compare with 0.12.0](https://github.com/AllayMC/Allay/compare/0.12.0...HEAD)</small>
14+
15+
# 0.12.0 (API 0.27.0) - 2026/3/29
16+
17+
<small>[Compare with 0.11.1](https://github.com/AllayMC/Allay/compare/0.11.1...0.12.0)</small>
1418

1519
### Added
1620

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ server.version=0.12.0
88
#
99
# This value should be changed to false before release the next stable version,
1010
# and after releasing, change it back to true.
11-
allay.is-dev-build=true
11+
allay.is-dev-build=false

0 commit comments

Comments
 (0)