Skip to content

Commit 98db30c

Browse files
chore(master): release 5.1.0 (#12)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9361cb4 commit 98db30c

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.0.0"
2+
".": "5.1.0"
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.1.0](https://github.com/null2264/mc-runtime-test/compare/5.0.0...5.1.0) (2025-10-08)
4+
5+
6+
### Features
7+
8+
* 1.21.10 support ([9361cb4](https://github.com/null2264/mc-runtime-test/commit/9361cb4aa2402f7a160579386c1d6048be713821))
9+
310
## [5.0.0](https://github.com/null2264/mc-runtime-test/compare/4.3.0...5.0.0) (2025-10-01)
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/<your-mod>.jar run/mods
8787

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

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ runs:
9292
uses: robinraju/release-downloader@a96f54c1b5f5e09e47d9504526e96febd949d4c2 # v1.11
9393
with:
9494
repository: headlesshq/mc-runtime-test
95-
tag: "5.0.0" # x-release-please-version
95+
tag: "5.1.0" # x-release-please-version
9696
fileName: 'mc-runtime-test-${{ inputs.mc }}-*-${{ inputs.mc-runtime-test }}-release.jar'
9797
out-file-path: run/mods
9898

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.0.0
2+
project_version = 5.1.0
33
# x-release-please-end

0 commit comments

Comments
 (0)