Skip to content

Commit

Permalink
Bump to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AzureMarker committed Feb 14, 2021
1 parent 917abc3 commit b04d88a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion 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.1'
version '0.2.2'

repositories {
mavenCentral()
Expand Down Expand Up @@ -64,6 +64,14 @@ patchPluginXml {
sinceBuild "202.6397.94"

changeNotes """
<b>0.2.2</b><br>
* Remove trailing newlines from user code<br>
* Give color to commas<br>
* Fix exception when refactoring affects injected Rust type references<br>
* Fix refactoring in Rust code adding a duplicate action type in affected LALRPOP code<br>
* Support 2021.1 EAP<br>
<br>
<b>0.2.1</b><br>
* Inject Rust into type references (e.g. explicit nonterminal types)<br>
* Handle fallible user actions (@dblanovschi)<br>
Expand Down

0 comments on commit b04d88a

Please # to comment.