Skip to content

Commit

Permalink
Merge pull request #64 from refinedmods/release/0.8.1
Browse files Browse the repository at this point in the history
Release v0.8.1
  • Loading branch information
raoulvdberge authored Aug 20, 2023
2 parents 2334b30 + 6de7fc0 commit fc26279
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
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.8.1] - 2023-08-20

### Fixed

- Fixed Pitest compatibility issue.

## [0.8.0] - 2023-08-20

### Added
Expand Down Expand Up @@ -137,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

Expand Down
4 changes: 2 additions & 2 deletions helper.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit fc26279

Please sign in to comment.