Skip to content

Commit f42667f

Browse files
chore(master): release 5.2.3 (#20)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0fa6a01 commit f42667f

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.2"
2+
".": "5.2.3"
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.3](https://github.com/null2264/mc-runtime-test/compare/5.2.2...5.2.3) (2025-12-17)
4+
5+
6+
### Bug Fixes
7+
8+
* Use patched version of unimined to fix 1.21.11 support ([0fa6a01](https://github.com/null2264/mc-runtime-test/commit/0fa6a0128dae03bef8e33e80d2b4248abf6ee26d))
9+
310
## [5.2.2](https://github.com/null2264/mc-runtime-test/compare/5.2.1...5.2.2) (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.2 <!-- x-release-please-version -->
89+
uses: null2264/mc-runtime-test@5.2.3 <!-- 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.2" # x-release-please-version
102+
tag: "5.2.3" # 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.2
2+
project_version = 5.2.3
33
# x-release-please-end

0 commit comments

Comments
 (0)