Skip to content

Commit fbd12c2

Browse files
chore(master): release 5.2.1 (#18)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4340e9b commit fbd12c2

5 files changed

Lines changed: 11 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "5.2.0"
2+
".": "5.2.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [5.2.1](https://github.com/null2264/mc-runtime-test/compare/5.2.0...5.2.1) (2025-12-10)
4+
5+
6+
### Bug Fixes
7+
8+
* Fix 1.21.10 and 1.21.11 support ([4340e9b](https://github.com/null2264/mc-runtime-test/commit/4340e9b22886d97fa703021b3a9b6396aa6c7b37))
9+
310
## [5.2.0](https://github.com/null2264/mc-runtime-test/compare/5.1.0...5.2.0) (2025-12-10)
411

512

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
cp build/libs/&lt;your-mod&gt;.jar run/mods
8787

8888
- name: Run MC test client
89-
uses: null2264/mc-runtime-test@5.2.0 <!-- x-release-please-version -->
89+
uses: null2264/mc-runtime-test@5.2.1 <!-- x-release-please-version -->
9090
with:
9191
mc: 1.21.11
9292
modloader: fabric

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ runs:
9999
uses: robinraju/release-downloader@a96f54c1b5f5e09e47d9504526e96febd949d4c2 # v1.11
100100
with:
101101
repository: headlesshq/mc-runtime-test
102-
tag: "5.2.0" # x-release-please-version
102+
tag: "5.2.1" # x-release-please-version
103103
fileName: 'mc-runtime-test-${{ inputs.mc }}-*-${{ inputs.mc-runtime-test }}-release.jar'
104104
out-file-path: run/mods
105105

api/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# x-release-please-start-version
2-
project_version = 5.2.0
2+
project_version = 5.2.1
33
# x-release-please-end

0 commit comments

Comments
 (0)