From d515c7ac6e4996f5cb189ab32ee2ca5a6caebfba Mon Sep 17 00:00:00 2001 From: AzureMarker Date: Sat, 23 Oct 2021 21:47:10 -0700 Subject: [PATCH] Bump to 0.2.7 --- build.gradle | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 949fc20..9aa8c3c 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ plugins { import org.jetbrains.grammarkit.tasks.* group 'com.mdrobnak' -version '0.2.6' +version '0.2.7' repositories { mavenCentral() @@ -50,7 +50,7 @@ task generateParser(type: GenerateParser) { intellij { // Test with the latest EAP version = 'LATEST-EAP-SNAPSHOT' - plugins = ['PsiViewer:213-SNAPSHOT', 'org.rust.lang:0.4.157.4174-213', 'org.toml.lang:213.4928.7'] + plugins = ['PsiViewer:213-SNAPSHOT', 'org.rust.lang:0.4.157.4174-213', 'org.toml.lang:213.5281.15'] } compileKotlin { kotlinOptions { @@ -72,6 +72,13 @@ patchPluginXml { sinceBuild = "211.7142" changeNotes = """ + 0.2.7
+ * Add error reporter for plugin crashes
+ * Support 2021.3 IDEs/EAP
+ * Possible fix for duplicate use/semicolon tokens after renaming item used in import
+ * Small improvements to the lexer
+
+ 0.2.6
* Fix multi-line Rust string handling