Skip to content

Commit b9d3a0a

Browse files
chore(main): release 3.1.0 (#68)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 63a0f2a commit b9d3a0a

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.0.0"
2+
".": "3.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+
## [3.1.0](https://github.com/headlesshq/mc-runtime-test/compare/3.0.0...3.1.0) (2025-04-06)
4+
5+
6+
### Features
7+
8+
* **deps:** support 1.21.5 and update to HeadlessMc 2.5.1 ([63a0f2a](https://github.com/headlesshq/mc-runtime-test/commit/63a0f2a887f3c99d2629c2a7f913d5fe795657ce))
9+
310
## [3.0.0](https://github.com/headlesshq/mc-runtime-test/compare/2.4.2...3.0.0) (2024-12-05)
411

512

README.md

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

8383
- name: Run MC test client
84-
uses: headlesshq/mc-runtime-test@3.0.0 <!-- x-release-please-version -->
84+
uses: headlesshq/mc-runtime-test@3.1.0 <!-- x-release-please-version -->
8585
with:
8686
mc: 1.21.4
8787
modloader: fabric

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ runs:
9595
uses: robinraju/release-downloader@a96f54c1b5f5e09e47d9504526e96febd949d4c2 # v1.11
9696
with:
9797
repository: headlesshq/mc-runtime-test
98-
tag: "3.0.0" # x-release-please-version
98+
tag: "3.1.0" # x-release-please-version
9999
fileName: 'mc-runtime-test-${{ inputs.mc }}-*-${{ inputs.mc-runtime-test }}-release.jar'
100100
out-file-path: run/mods
101101

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 = 3.0.0
2+
project_version = 3.1.0
33
# x-release-please-end

0 commit comments

Comments
 (0)