Skip to content

Commit

Permalink
Prepare release 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kshchepanovskyi committed Jul 30, 2017
1 parent 1cf0194 commit 15d0ad1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 14 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Available idea versions:
# https://www.jetbrains.com/intellij-repository/releases
# https://www.jetbrains.com/intellij-repository/snapshots
version=0.10.1
version=0.10.2
ideaVersion=2017.1
# https://intellij-support.jetbrains.com/hc/en-us/articles/206544879-Selecting-the-JDK-version-the-IDE-will-run-under
# Java 8 is required to run IntelliJ IDEA starting from version 16
Expand Down
24 changes: 11 additions & 13 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin>
<id>io.protostuff.protostuff-jetbrains-plugin</id>
<name>Protobuf Support</name>
<version>0.10.1</version>
<version>0.10.2</version>
<vendor email="[email protected]">Kostiantyn Shchepanovskyi</vendor>

<description><![CDATA[
Expand Down Expand Up @@ -32,26 +32,24 @@

<change-notes><![CDATA[
<a href="https://github.com/protostuff/protobuf-jetbrains-plugin/releases/tag/v0.10.1">
<b>v0.10.1</b>
</a> (2017-07-18)
<a href="https://github.com/protostuff/protobuf-jetbrains-plugin/releases/tag/v0.10.2">
<b>v0.10.2</b>
</a> (2017-07-30)
<br>
<br>
This release contains multiple important fixes:
This release contains multiple fixes:
<ul>
<li>
Improved imports resolving strategy: in addition to resolving imports using source roots,
plugin also tries to resolve import relatively to proto file's location.
Fix NullPointerException on opening plugin settings without open project.
</li>
<li>
Fix plugin error when message has syntax errors
(IncorrectOperationException: Could not detect qualified name in given context:
com.intellij.psi.impl.source.tree.PsiErrorElementImpl).
Do not highlight extend block for custom options in proto3 as error.
</li>
<li>
Fix plugin error when message is defined inside of group block
(IncorrectOperationException: Could not detect qualified name in given context:
io.protostuff.jetbrains.plugin.psi.GroupNode).
Fix rare ClassCastException when running "go to class action".
</li>
<li>
Fix resolving references to types defined inside of oneof + group blocks.
</li>
</ul>
Expand Down

0 comments on commit 15d0ad1

Please sign in to comment.