From 1b4de34a904d5845f379fac7b91e1e0dc1ce8aaa Mon Sep 17 00:00:00 2001 From: raoulvdberge Date: Sun, 20 Aug 2023 18:28:42 +0200 Subject: [PATCH 1/2] revert: pitest versions I don't have the time and energy to understand which works in the compatibility matrix of junit5 plugin, pitest and the gradle plugin. --- CHANGELOG.md | 4 ++++ helper.gradle | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 602c64e..2d92490 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Fixed + +- Fixed Pitest compatibility issue. + ## [0.8.0] - 2023-08-20 ### Added diff --git a/helper.gradle b/helper.gradle index 7e511e8..eb5754a 100644 --- a/helper.gradle +++ b/helper.gradle @@ -93,8 +93,8 @@ allprojects { ext.enableMutationTesting = { apply plugin: info.solidsoft.gradle.pitest.PitestPlugin pitest { - junit5PluginVersion = "1.2.0" - pitestVersion = "1.14.4" + junit5PluginVersion = "1.1.2" + pitestVersion = "1.10.4" outputFormats.set(['HTML']) mutationThreshold.set(90) coverageThreshold.set(80) From 6de7fc07a819b5f2608416d34674672b86a20279 Mon Sep 17 00:00:00 2001 From: raoulvdberge Date: Sun, 20 Aug 2023 16:34:08 +0000 Subject: [PATCH 2/2] chore: prepare release v0.8.1 --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d92490..17acbf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.8.1] - 2023-08-20 + ### Fixed - Fixed Pitest compatibility issue. @@ -141,7 +143,9 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - Gradle helpers for Fabric and Forge projects. - CI workflows. -[Unreleased]: https://github.com/refinedmods/refinedarchitect/compare/v0.8.0...HEAD +[Unreleased]: https://github.com/refinedmods/refinedarchitect/compare/v0.8.1...HEAD + +[0.8.1]: https://github.com/refinedmods/refinedarchitect/compare/v0.8.0...v0.8.1 [0.8.0]: https://github.com/refinedmods/refinedarchitect/compare/v0.7.1...v0.8.0