Skip to content

Commit

Permalink
Release version: 1.6.0
Browse files Browse the repository at this point in the history
[ci skip]

Powered by CDeliveryBoy.
  • Loading branch information
szpak-ci committed Mar 4, 2021
1 parent df085ac commit 22f4887
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# gradle-pitest-plugin changelog

## 1.6.0 - Unreleased
## 1.6.0 - 2021-03-04

- **Report aggregation for multi-project builds** - [#243](https://github.com/szpak/gradle-pitest-plugin/pull/243) - PR by [Mike Safonov](https://github.com/MikeSafonov)
- Support new configuration property `testStrengthThreshold` (PIT 1.6.1+) - [#247](https://github.com/szpak/gradle-pitest-plugin/pull/247) - PR by [Michael Hönnig](https://github.com/mhoennig)
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Add gradle-pitest-plugin to the `plugins` configuration in your `build.gradle` f

```groovy
plugins {
id 'info.solidsoft.pitest' version '1.5.2'
id 'info.solidsoft.pitest' version '1.6.0'
}
```

Expand Down Expand Up @@ -47,7 +47,7 @@ buildscript {
//maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }
}
dependencies {
classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.5.2'
classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.6.0'
}
}
```
Expand Down Expand Up @@ -152,7 +152,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.5.2'
classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.6.0'
}
}
Expand All @@ -179,7 +179,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.5.2'
classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.6.0'
}
}
Expand Down Expand Up @@ -252,7 +252,7 @@ Starting with this release the configuration required to use PIT with JUnit 5 ha
```groovy
plugins {
id 'java'
id 'info.solidsoft.pitest' version '1.5.2'
id 'info.solidsoft.pitest' version '1.6.0'
}
pitest {
Expand All @@ -273,7 +273,7 @@ To enable PIT plugins, it is enough to add it to the pitest configuration in the
```groovy
plugins {
id 'java'
id 'info.solidsoft.pitest' version '1.5.2'
id 'info.solidsoft.pitest' version '1.6.0'
}
repositories {
Expand Down

0 comments on commit 22f4887

Please sign in to comment.