Skip to content

Commit

Permalink
Bump to 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
AzureMarker committed Oct 24, 2021
1 parent 80b3747 commit d515c7a
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
import org.jetbrains.grammarkit.tasks.*

group 'com.mdrobnak'
version '0.2.6'
version '0.2.7'

repositories {
mavenCentral()
Expand Down Expand Up @@ -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 {
Expand All @@ -72,6 +72,13 @@ patchPluginXml {
sinceBuild = "211.7142"

changeNotes = """
<b>0.2.7</b><br>
* Add error reporter for plugin crashes<br>
* Support 2021.3 IDEs/EAP<br>
* Possible fix for duplicate use/semicolon tokens after renaming item used in import<br>
* Small improvements to the lexer<br>
<br>
<b>0.2.6</b><br>
* Fix multi-line Rust string handling<br>
<br>
Expand Down

0 comments on commit d515c7a

Please # to comment.