Skip to content

Commit 81fae3e

Browse files
chore(main): release 4.3.1
1 parent 4c073a3 commit 81fae3e

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-
".": "4.3.0"
2+
".": "4.3.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+
## [4.3.1](https://github.com/headlesshq/mc-runtime-test/compare/4.3.0...4.3.1) (2026-04-07)
4+
5+
6+
### Bug Fixes
7+
8+
* **versions:** Fixed build cache omitting Jars for some versions ([#131](https://github.com/headlesshq/mc-runtime-test/issues/131)) ([4c073a3](https://github.com/headlesshq/mc-runtime-test/commit/4c073a33e446110b6bcb647b78ffcb063e8299cb))
9+
310
## [4.3.0](https://github.com/headlesshq/mc-runtime-test/compare/4.2.0...4.3.0) (2026-04-04)
411

512

README.md

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

8484
- name: Run MC test client
85-
uses: headlesshq/mc-runtime-test@4.3.0 <!-- x-release-please-version -->
85+
uses: headlesshq/mc-runtime-test@4.3.1 <!-- x-release-please-version -->
8686
with:
8787
mc: 26.1.1
8888
modloader: fabric

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ runs:
119119
uses: robinraju/release-downloader@a96f54c1b5f5e09e47d9504526e96febd949d4c2 # v1.11
120120
with:
121121
repository: headlesshq/mc-runtime-test
122-
tag: "4.3.0" # x-release-please-version
122+
tag: "4.3.1" # x-release-please-version
123123
fileName: 'mc-runtime-test-${{ inputs.mc }}-*-${{ inputs.mc-runtime-test }}-release.jar'
124124
out-file-path: run/mods
125125

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 = 4.3.1
33
# x-release-please-end

0 commit comments

Comments
 (0)