diff --git a/README.md b/README.md index 2e7e186..f3741c0 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,10 @@ make it work with JUnit 5. Feel free to use the code (in package ```de.platon42. ## Changelog +### V0.3 (unreleased) + +- Enhancement: Macros contents are no longer parsed, added syntax highlighting options for macros. + ### V0.2 (27-Jul-21) - Cosmetics: Added (same) icon for plugin as for file type. diff --git a/build.gradle b/build.gradle index e5b9b28..565b743 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { } group = 'de.platon42' -version = '0.2' +version = '0.3' sourceCompatibility = "1.8" targetCompatibility = "1.8" @@ -46,6 +46,10 @@ intellij { patchPluginXml { setChangeNotes(""" +

V0.3 (unreleased)

+

V0.2 (27-Jul-21)