From 47598292ec1870efe8def7570e844954672cca4e Mon Sep 17 00:00:00 2001 From: Henry Coles Date: Thu, 23 Jun 2022 10:50:29 +0100 Subject: [PATCH] Use major number for pitest breaking changes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e2ff30..2462d87 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) -* 0.2.0 requires pitest 1.9.0 or above and JUnit Platform 1.8.x (Jupiter 5.8.0) +* 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) * 0.5-0.14 requires pitest 1.4.0 or above and JUnit Platform 1.7.x (Jupiter 5.7.x)