Skip to content

Commit f7a4fa7

Browse files
committed
1.5.1
1 parent 9118c41 commit f7a4fa7

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,9 @@ Change log
229229
==========
230230
1.5.1
231231

232-
* Diagrams: fix NPE on app save/load
233-
* Generator: support rule names that happen to be java reserved words #32
232+
* RGH: rule-graph analysis fix for trivial rules (#153)
233+
* Diagrams: NPE fix on app save/load
234+
* Generator: support rule names that happen to be java reserved words (#32)
234235

235236
1.5.0
236237

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# https://www.jetbrains.com/intellij-repository/releases
1919
# https://www.jetbrains.com/intellij-repository/snapshots
2020

21-
version = 1.5.0
21+
version = 1.5.1
2222

2323
ideaVersion = 2016.3
2424
javaVersion = 1.8

resources/META-INF/plugin.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<idea-plugin url="https://github.com/JetBrains/Grammar-Kit" version="2">
22
<id>org.jetbrains.idea.grammar</id>
3-
<version>1.5.1-SNAPSHOT</version>
3+
<version>1.5.1</version>
44
<vendor email="[email protected]">Greg Shrago</vendor>
55
<idea-version since-build="162.2525" until-build="173.*"/>
66

@@ -14,7 +14,8 @@
1414
<change-notes>
1515
<![CDATA[
1616
<ul>
17-
<li>Diagrams: fix NPE on app save/load</li>
17+
<li>RGH: rule-graph analysis fix for trivial rules (#153)</li>
18+
<li>Diagrams: NPE fix on app save/load</li>
1819
<li>Generator: support rule names that happen to be java reserved words (#32)</li>
1920
</ul>
2021
<a href="https://github.com/JetBrains/Grammar-Kit#change-log">Full change log...</a>

0 commit comments

Comments
 (0)