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