From 48349a652840d459d179282a875ab0c142f4c63a Mon Sep 17 00:00:00 2001 From: chrisly42 Date: Tue, 25 Feb 2020 14:39:30 +0100 Subject: [PATCH] Prepared for release. --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 745219e..e296328 100644 --- a/README.md +++ b/README.md @@ -793,7 +793,7 @@ Feel free to use the code (in package ```de.platon42.intellij.jupiter```) for yo ## Changelog -#### V1.9 (unreleased) +#### V1.9 (25-Feb-20) Mardi Gras Edition - TwistedAssertion inspection will no longer warn for ```.matches()``` and ```doesNotMatch()``` for regular expressions. Apparently, ```assertThat("somestring").matches(regex)``` is a valid test if the regex is what needs to be tested. If the actual expression is of ```Class``` type, this will no longer be reported. diff --git a/build.gradle b/build.gradle index ffea035..876f2c3 100644 --- a/build.gradle +++ b/build.gradle @@ -43,7 +43,7 @@ intellij { patchPluginXml { changeNotes """ -

V1.9 (unreleased)

+

V1.9 (25-Feb-20) Mardi Gras Edition