Skip to content

Commit 1803b7d

Browse files
chore(main): release 4.3.0 (#129)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9b94ad5 commit 1803b7d

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.2.0"
2+
".": "4.3.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+
## [4.3.0](https://github.com/headlesshq/mc-runtime-test/compare/4.2.0...4.3.0) (2026-04-04)
4+
5+
6+
### Features
7+
8+
* **action:** Windows support ([#128](https://github.com/headlesshq/mc-runtime-test/issues/128)) ([9b94ad5](https://github.com/headlesshq/mc-runtime-test/commit/9b94ad5c82c0485c836c99ec6fbe0bea64ea3325))
9+
310
## [4.2.0](https://github.com/headlesshq/mc-runtime-test/compare/4.1.0...4.2.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/&lt;your-mod&gt;.jar run/mods
8383

8484
- name: Run MC test client
85-
uses: headlesshq/mc-runtime-test@4.2.0 <!-- x-release-please-version -->
85+
uses: headlesshq/mc-runtime-test@4.3.0 <!-- 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.2.0" # x-release-please-version
122+
tag: "4.3.0" # 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.2.0
2+
project_version = 4.3.0
33
# x-release-please-end

0 commit comments

Comments
 (0)