All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.11.0 - 2024-01-28
- Ported to Minecraft 1.20.4.
0.10.0 - 2023-12-25
- Upgraded GitHub Actions versions.
0.9.1 - 2023-10-31
- Mixin support for data generation on Forge.
0.9.0 - 2023-09-02
- Mixin support on Forge.
0.8.2 - 2023-08-22
- Fixed more Pitest compatibility issues.
0.8.1 - 2023-08-20
- Fixed Pitest compatibility issue.
0.8.0 - 2023-08-20
- The Forge helpers now use NeoForge instead of Forge.
- Bumped various library versions.
0.7.1 - 2023-07-07
- Added ability to set changelog validation warning level.
0.7.0 - 2023-07-07
- Javadoc publishing is now configurable.
- Javadoc publishing now happens on the refinedmods/javadoc repo.
0.6.0 - 2023-07-05
- Modrinth upload support.
0.5.5 - 2023-07-04
- Code coverage report task is now properly dependent on test task.
0.5.4 - 2023-07-03
- Suppress Javadoc generation failures.
0.5.3 - 2023-07-03
- Javadoc not generating for single-project builds.
0.5.2 - 2023-07-03
- CurseForge upload display name.
0.5.1 - 2023-07-03
- Gradle helper for single-project builds.
0.5.0 - 2023-07-03
- CurseForge upload support.
- Ported to Minecraft 1.20.1
0.4.2 - 2023-06-20
- Upgraded Sonar Gradle plugin.
0.4.1 - 2023-06-13
- Fixed build errors by removing Foojay convention plugin.
0.4.0 - 2023-05-29
- Upgraded Gradle to v8.1.1.
- Upgraded ForgeGradle to v6.
- Upgraded Fabric Loom to v1.2.
0.3.1 - 2023-05-29
- Fixed Parchment version.
0.3.0 - 2023-05-29
- Ported to Minecraft 1.19.4.
0.2.0 - 2023-03-20
- It's no longer necessary to provide the common project under the
compileApis
argument forforgeProject
andfabricProject
.
0.1.0 - 2023-03-19
- Publishing to Maven is now opt-in with
enablePublishing
. - Announcing new releases is now configurable.
0.0.2 - 2023-03-19
- Fixed using relative path for
setup-java
in build and publish workflow.
0.0.1 - 2023-03-19
- Version catalogs.
- Gradle helpers for Checkstyle, Pitest, etc.
- Gradle helpers for Fabric and Forge projects.
- CI workflows.