From 10d5cb34292dea800d878a762bc48d1620aebf6d Mon Sep 17 00:00:00 2001 From: Sho Sakuma Date: Wed, 6 May 2026 06:47:09 +0900 Subject: chore(release): prepare paper v1.2.0 for paper 26.1.2 support - Bump paperVersion to 1.2.0 - Update docker compose files to Paper/Folia 26.1.2 - Add v1.2.0 entry to CHANGELOG - Drop "LunaticChat" prefix from release titles Co-Authored-By: Claude --- .github/workflows/release-paper.yaml | 2 +- .github/workflows/release-velocity.yaml | 2 +- CHANGELOG.md | 5 +++++ docker/folia/compose.yaml | 2 +- docker/paper/compose.yaml | 2 +- docker/velocity/compose.yaml | 4 ++-- gradle.properties | 2 +- 7 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release-paper.yaml b/.github/workflows/release-paper.yaml index 9537626..c647718 100644 --- a/.github/workflows/release-paper.yaml +++ b/.github/workflows/release-paper.yaml @@ -120,7 +120,7 @@ jobs: gh release create "$TAG_NAME" \ "platform-paper/build/libs/$JAR_NAME" \ - --title "LunaticChat v${VERSION} (Paper/Folia)" \ + --title "v${VERSION} (Paper/Folia)" \ --draft \ --notes-file /tmp/release-notes.md diff --git a/.github/workflows/release-velocity.yaml b/.github/workflows/release-velocity.yaml index 5e2c0bf..84792ca 100644 --- a/.github/workflows/release-velocity.yaml +++ b/.github/workflows/release-velocity.yaml @@ -121,7 +121,7 @@ jobs: gh release create "$TAG_NAME" \ "platform-velocity/build/libs/$JAR_NAME" \ - --title "LunaticChat v${VERSION} (Velocity)" \ + --title "v${VERSION} (Velocity)" \ --draft \ --notes-file /tmp/release-notes.md diff --git a/CHANGELOG.md b/CHANGELOG.md index a02a8be..03a20a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## v1 +### v1.2.0 + +- Paper 26.1.2 (Minecraft 26.1.2) is now supported. + - We have also added code support for Paper 26.1.1 (Minecraft 26.1.1). However, since this is not the latest version, we cannot guarantee its functionality (LunaticChat only supports the latest version). + ### v1.1.0 - Add an alias for a subcommand. diff --git a/docker/folia/compose.yaml b/docker/folia/compose.yaml index 5d464ff..80af32f 100644 --- a/docker/folia/compose.yaml +++ b/docker/folia/compose.yaml @@ -12,7 +12,7 @@ services: environment: EULA: "TRUE" TYPE: "FOLIA" - VERSION: "26.1.1" + VERSION: "26.1.2" MEMORY: "2G" # デバッグ用高速化設定 diff --git a/docker/paper/compose.yaml b/docker/paper/compose.yaml index 94f1cc1..2ebd445 100644 --- a/docker/paper/compose.yaml +++ b/docker/paper/compose.yaml @@ -12,7 +12,7 @@ services: environment: EULA: "TRUE" TYPE: "PAPER" - VERSION: "26.1.1" + VERSION: "26.1.2" MEMORY: "1G" # デバッグ用高速化設定 diff --git a/docker/velocity/compose.yaml b/docker/velocity/compose.yaml index 27c9060..abbb89e 100644 --- a/docker/velocity/compose.yaml +++ b/docker/velocity/compose.yaml @@ -40,7 +40,7 @@ services: environment: EULA: "TRUE" TYPE: "PAPER" - VERSION: "26.1.1" + VERSION: "26.1.2" MEMORY: "1G" # デバッグ用高速化設定 @@ -87,7 +87,7 @@ services: environment: EULA: "TRUE" TYPE: "PAPER" - VERSION: "26.1.1" + VERSION: "26.1.2" MEMORY: "1G" # デバッグ用高速化設定 diff --git a/gradle.properties b/gradle.properties index 0654699..4d66404 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,5 +5,5 @@ org.gradle.parallel=true org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled # Platform versions (can be released independently) -paperVersion=1.1.0 +paperVersion=1.2.0 velocityVersion=1.0.0 -- cgit v1.2.1