Skip to content
This repository has been archived by the owner on Jun 11, 2021. It is now read-only.

Commit

Permalink
Bump version to 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
liias committed Jul 23, 2017
1 parent e3e4546 commit d70665e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

#### 0.3.5
* Fix parsing SDK 2.3.1 documentation (issue #7) - Thanks to datnguyen87

#### 0.3.4
* Avoid dependency on gradle plugin (issue #5) - Thanks to grego33
* Highlight constant name in constant declaration
Expand Down Expand Up @@ -83,4 +86,4 @@ Now marking resource directories, setting target device and creating run configu
* Added very limited completion support
* Show compilation warnings and errors with source file and line
* Create SDK skeleton
* Show parameter info
* Show parameter info
6 changes: 4 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ ideaVersion=2016.3
javaVersion=1.8
downloadIdeaSources=true

pluginVersion=0.3.4
pluginVersion=0.3.5

publishUsername=user
publishPassword=password
publishChannel=
publishChannel=

#org.gradle.java.home=C:/Program Files/Java/jdk1.8.0_121
8 changes: 3 additions & 5 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,9 @@
]]></description>

<change-notes><![CDATA[
<p>0.3.4</p>
<p>0.3.5</p>
<ul>
<li>Avoid dependency on gradle plugin (issue #5) - Thanks to grego33</li>
<li>Highlight constant name in constant declaration</li>
<li>Add target versions from bin/compilerInfo.xml (adds 2.2.0 base version) (issue #4)</li>
<li>Fix parsing SDK 2.3.1 documentation (issue #7) - Thanks to datnguyen87</li>
</ul>
<a href="https://github.com/liias/monkey/blob/master/CHANGELOG.md#changelog">Full change log...</a>
Expand Down Expand Up @@ -190,4 +188,4 @@

</actions>

</idea-plugin>
</idea-plugin>

0 comments on commit d70665e

Please sign in to comment.