From 22f488746061ac1ecad26845aa5e1c7d4bdd294f Mon Sep 17 00:00:00 2001 From: Szpak CI Bot Date: Thu, 4 Mar 2021 23:32:55 +0000 Subject: [PATCH] Release version: 1.6.0 [ci skip] Powered by CDeliveryBoy. --- CHANGELOG.md | 2 +- README.md | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c14e8ef7..5b753c98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index 4c465662..a8a850cd 100644 --- a/README.md +++ b/README.md @@ -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' } ``` @@ -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' } } ``` @@ -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' } } @@ -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' } } @@ -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 { @@ -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 {