Skip to content

Commit

Permalink
[ change-notes ] Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ice1000 committed Apr 14, 2019
1 parent 71f5808 commit 44d14e2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ val commitHash = kotlin.run {
output.trim()
}

val pluginComingVersion = "0.1.8"
val pluginComingVersion = "0.2.0"
val pluginVersion = if (isCI) "$pluginComingVersion-$commitHash" else pluginComingVersion
val packageName = "rs.pest"

Expand All @@ -30,7 +30,7 @@ version = pluginVersion

plugins {
java
id("org.jetbrains.intellij") version "0.4.6"
id("org.jetbrains.intellij") version "0.4.7"
id("org.jetbrains.grammarkit") version "2019.1"
kotlin("jvm") version "1.3.30"
}
Expand Down
7 changes: 7 additions & 0 deletions res/META-INF/change-notes.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
0.2.0<br/>
<ul>
<li>Introduce rule is now very very usable<br/>
It now <strong>detects existing occurrences and provides options for the generated rule type!</strong></li>
<li>Change silent rule color under dark themes</li>
<li>Migrate to Kotlin 1.3.30, Grammar-Kit 2019.1, IntelliJ Gradle Plugin 0.4.7</li>
</ul>
0.1.7<br/>
<ul>
<li>Support using ovewritable names</li>
Expand Down

0 comments on commit 44d14e2

Please sign in to comment.