Skip to content

Commit

Permalink
Merge pull request #97 from refinedmods/release/0.11.3
Browse files Browse the repository at this point in the history
Release v0.11.3
  • Loading branch information
raoulvdberge authored Jan 28, 2024
2 parents e2d817c + f287e23 commit a025fbd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.11.3] - 2024-01-28

### Fixed

- Pitest and JUnit incompatibility.

## [0.11.2] - 2024-01-28

### Fixed
Expand Down Expand Up @@ -186,7 +192,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.11.2...HEAD
[Unreleased]: https://github.com/refinedmods/refinedarchitect/compare/v0.11.3...HEAD

[0.11.3]: https://github.com/refinedmods/refinedarchitect/compare/v0.11.2...v0.11.3

[0.11.2]: https://github.com/refinedmods/refinedarchitect/compare/v0.11.1...v0.11.2

Expand Down
5 changes: 5 additions & 0 deletions helper.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,11 @@ allprojects {
mutationThreshold.set(90)
coverageThreshold.set(80)
}
dependencies {
testRuntimeOnly("org.junit.platform:junit-platform-launcher") {
because("required for pitest")
}
}
}

ext.enableJavadoc = {
Expand Down

0 comments on commit a025fbd

Please sign in to comment.