File tree 3 files changed +7
-5
lines changed
3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -229,8 +229,9 @@ Change log
229
229
==========
230
230
1.5.1
231
231
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 )
234
235
235
236
1.5.0
236
237
Original file line number Diff line number Diff line change 18
18
# https://www.jetbrains.com/intellij-repository/releases
19
19
# https://www.jetbrains.com/intellij-repository/snapshots
20
20
21
- version = 1.5.0
21
+ version = 1.5.1
22
22
23
23
ideaVersion = 2016.3
24
24
javaVersion = 1.8
Original file line number Diff line number Diff line change 1
1
<idea-plugin url =" https://github.com/JetBrains/Grammar-Kit" version =" 2" >
2
2
<id >org.jetbrains.idea.grammar</id >
3
- <version >1.5.1-SNAPSHOT </version >
3
+ <version >1.5.1</version >
4
4
<
vendor email =
" [email protected] " >Greg Shrago</
vendor >
5
5
<idea-version since-build =" 162.2525" until-build =" 173.*" />
6
6
14
14
<change-notes >
15
15
<![CDATA[
16
16
<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>
18
19
<li>Generator: support rule names that happen to be java reserved words (#32)</li>
19
20
</ul>
20
21
<a href="https://github.com/JetBrains/Grammar-Kit#change-log">Full change log...</a>
You can’t perform that action at this time.
0 commit comments