diff --git a/README.md b/README.md index 1856a49..e34c76b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Adds support to pitest for JUnit 5 and the Jupiter api. [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.pitest/pitest-junit5-plugin/badge.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/org.pitest/pitest-junit5-plugin) -* 1.1.0 requires pitest 1.9.0 or above and JUnit Platform 1.9.x (Jupiter 5.9.1) +* 1.1.x requires pitest 1.9.0 or above and JUnit Platform 1.9.x (Jupiter 5.9.1) * 1.0.0 requires pitest 1.9.0 or above and JUnit Platform 1.8.x (Jupiter 5.8.0) * 0.16 requires pitest 1.4.0 or above and JUnit Platform 1.8.x (Jupiter 5.8.0) * 0.15 requires pitest 1.4.0 or above and JUnit Platform 1.8.x (Jupiter 5.8.0) @@ -28,12 +28,12 @@ To activate the plugin it must be placed on the classpath of the pitest tool (** org.pitest pitest-maven - 1.9.0 + 1.10.3 org.pitest pitest-junit5-plugin - 1.1.0 + 1.1.1 @@ -51,8 +51,8 @@ plugins { pitest { //adds dependency to org.pitest:pitest-junit5-plugin and sets "testPlugin" to "junit5" - junit5PluginVersion = '1.0.0' - pitestVersion = '1.9.0' + junit5PluginVersion = '1.1.1' + pitestVersion = '1.10.3' // ... } ``` @@ -61,6 +61,10 @@ See [gradle-pitest-plugin documentation](https://github.com/szpak/gradle-pitest- ## Release Notes +### 1.1.1 + +* #73 Automatically disable parallel mode + ### 0.16 * #64 Errors in `BeforeAll` methods do not register