Skip to content

Commit 94c2ed9

Browse files
chore(master): release 5.0.0 (#11)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 427392e commit 94c2ed9

5 files changed

Lines changed: 25 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-
".": "4.3.0"
2+
".": "5.0.0"
33
}

CHANGELOG.md

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

3+
## [5.0.0](https://github.com/null2264/mc-runtime-test/compare/4.3.0...5.0.0) (2025-10-01)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Always use xvfb
9+
10+
### Bug Fixes
11+
12+
* **action:** Change cache keys to prevent fallback to cache ([71a06f1](https://github.com/null2264/mc-runtime-test/commit/71a06f153caee4f27033096f94f90c29b30fff48))
13+
14+
15+
### Reverts
16+
17+
* "refactor: Merge 1.21.6 with 1.21.5" ([85995d1](https://github.com/null2264/mc-runtime-test/commit/85995d14122679c3d0539007eb0d99815fd3bf25))
18+
19+
20+
### Code Refactoring
21+
22+
* Always use xvfb ([45c76e5](https://github.com/null2264/mc-runtime-test/commit/45c76e5d3cd3b7dce8e93273b99eb47d9663e810))
23+
324
## [4.3.0](https://github.com/null2264/mc-runtime-test/compare/4.2.0...4.3.0) (2025-10-01)
425

526

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
cp build/libs/<your-mod>.jar run/mods
9191

9292
- name: Run MC test client
93-
uses: headlesshq/mc-runtime-test@4.3.0 <!-- x-release-please-version -->
93+
uses: headlesshq/mc-runtime-test@5.0.0 <!-- x-release-please-version -->
9494
with:
9595
mc: 1.21.4
9696
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: "4.3.0" # x-release-please-version
95+
tag: "5.0.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 = 4.3.0
2+
project_version = 5.0.0
33
# x-release-please-end

0 commit comments

Comments
 (0)