From 16873cb7a67b2b21287ba65c0ac89c7266f2d659 Mon Sep 17 00:00:00 2001 From: Szpak CI Bot Date: Tue, 18 Aug 2020 17:11:26 +0000 Subject: [PATCH] Release version: 1.5.2 [ci skip] Powered by CDeliveryBoy. --- CHANGELOG.md | 2 +- README.md | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6069e07e..0290e764 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # gradle-pitest-plugin changelog -## 1.5.2 - Unreleased +## 1.5.2 - 2020-08-18 - Support java-test-fixtures plugin - [#223](https://github.com/szpak/gradle-pitest-plugin/pull/223) - PR by [Piotr Kubowicz](https://github.com/pkubowicz) - PIT 1.5.2 by default diff --git a/README.md b/README.md index 43495403..88c2c6ca 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.1' + id 'info.solidsoft.pitest' version '1.5.2' } ``` @@ -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.1' + classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.5.2' } } ``` @@ -152,7 +152,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.5.1' + classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.5.2' } } @@ -226,7 +226,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.1' + id 'info.solidsoft.pitest' version '1.5.2' } pitest { @@ -247,7 +247,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.1' + id 'info.solidsoft.pitest' version '1.5.2' } repositories {