Skip to content

Commit 3539bb6

Browse files
committed
2019.2-SNAPSHOT
1 parent dfd7f83 commit 3539bb6

File tree

5 files changed

+17
-5
lines changed

5 files changed

+17
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2019.1
2+
3+
* Generator: "extraRoot" attribute to explicitly mark a rule as such
4+
* Generator: method mixins with throws list
5+
* Generator: method mixins with generic parameters
6+
* RGH: cardinality calculation fix for meta rules usages
7+
* Plugin: switch to year-based versions from least "compatible IDE" versions
8+
19
2017.1.7
210

311
* GPUB: extract extend_marker_impl and improve error elements handling

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ buildscript {
2121
}
2222

2323
plugins {
24-
id 'org.jetbrains.intellij' version "0.3.4"
24+
id 'org.jetbrains.intellij' version "0.4.7"
2525
}
2626

2727
version = "${version}"

gradle.properties

Lines changed: 1 addition & 1 deletion
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=2017.1.8-SNAPSHOT
21+
version=2019.2-SNAPSHOT
2222

2323
ideaVersion=2017.1
2424
javaVersion=1.8
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.3.1-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

resources/META-INF/plugin.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<idea-plugin url="https://github.com/JetBrains/Grammar-Kit">
22
<id>org.jetbrains.idea.grammar</id>
3-
<version>2017.1.8-SNAPSHOT</version>
3+
<version>2019.2-SNAPSHOT</version>
44
<vendor email="[email protected]">Greg Shrago</vendor>
55
<idea-version since-build="171"/>
66

@@ -14,7 +14,11 @@
1414
<change-notes>
1515
<![CDATA[
1616
<ul>
17-
<li></li>
17+
<li>Generator: "extraRoot" attribute to explicitly mark a rule as such</li>
18+
<li>Generator: method mixins with throws list</li>
19+
<li>Generator: method mixins with generic parameters</li>
20+
<li>RGH: cardinality calculation fix for meta rules usages</li>
21+
<li>Plugin: switch to year-based versions from least "compatible IDE" versions</li>
1822
</ul>
1923
<a href="https://github.com/JetBrains/Grammar-Kit/blob/master/CHANGELOG.md">Full change log...</a>
2024
]]>

0 commit comments

Comments
 (0)