Skip to content

Commit 15d0ad1

Browse files
Prepare release 0.10.2
1 parent 1cf0194 commit 15d0ad1

File tree

2 files changed

+12
-14
lines changed

2 files changed

+12
-14
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Available idea versions:
22
# https://www.jetbrains.com/intellij-repository/releases
33
# https://www.jetbrains.com/intellij-repository/snapshots
4-
version=0.10.1
4+
version=0.10.2
55
ideaVersion=2017.1
66
# https://intellij-support.jetbrains.com/hc/en-us/articles/206544879-Selecting-the-JDK-version-the-IDE-will-run-under
77
# Java 8 is required to run IntelliJ IDEA starting from version 16

src/main/resources/META-INF/plugin.xml

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin>
22
<id>io.protostuff.protostuff-jetbrains-plugin</id>
33
<name>Protobuf Support</name>
4-
<version>0.10.1</version>
4+
<version>0.10.2</version>
55
<vendor email="[email protected]">Kostiantyn Shchepanovskyi</vendor>
66

77
<description><![CDATA[
@@ -32,26 +32,24 @@
3232

3333
<change-notes><![CDATA[
3434
35-
<a href="https://github.com/protostuff/protobuf-jetbrains-plugin/releases/tag/v0.10.1">
36-
<b>v0.10.1</b>
37-
</a> (2017-07-18)
35+
<a href="https://github.com/protostuff/protobuf-jetbrains-plugin/releases/tag/v0.10.2">
36+
<b>v0.10.2</b>
37+
</a> (2017-07-30)
3838
<br>
3939
<br>
40-
This release contains multiple important fixes:
40+
This release contains multiple fixes:
4141
<ul>
4242
<li>
43-
Improved imports resolving strategy: in addition to resolving imports using source roots,
44-
plugin also tries to resolve import relatively to proto file's location.
43+
Fix NullPointerException on opening plugin settings without open project.
4544
</li>
4645
<li>
47-
Fix plugin error when message has syntax errors
48-
(IncorrectOperationException: Could not detect qualified name in given context:
49-
com.intellij.psi.impl.source.tree.PsiErrorElementImpl).
46+
Do not highlight extend block for custom options in proto3 as error.
5047
</li>
5148
<li>
52-
Fix plugin error when message is defined inside of group block
53-
(IncorrectOperationException: Could not detect qualified name in given context:
54-
io.protostuff.jetbrains.plugin.psi.GroupNode).
49+
Fix rare ClassCastException when running "go to class action".
50+
</li>
51+
<li>
52+
Fix resolving references to types defined inside of oneof + group blocks.
5553
</li>
5654
</ul>
5755

0 commit comments

Comments
 (0)