Skip to content

Commit

Permalink
Modify changelogs for 0.3.2, and modify plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
jhominal committed Nov 9, 2016
1 parent a38f9a8 commit 409000f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

# Change Log

## 0.3.2

### Changed

* Fix bugs introduced by 0.3.1 (many erroneous warnings in IDE).
* Revert tweak of getter/setter auto-completion.

## 0.3.1

### Changed
Expand Down
4 changes: 3 additions & 1 deletion resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin version="2">
<id>com.wishtack.pysynthetic.intellij</id>
<name>PySynthetic</name>
<version>0.3.1</version>
<version>0.3.2</version>
<vendor email="" url="https://www.wishtack.com/">Wishtack</vendor>

<description><![CDATA[
Expand All @@ -10,6 +10,8 @@
]]></description>

<change-notes><![CDATA[
0.3.2:
Fix bugs of 0.3.1, remove auto-completion improvements for get/set accessors.<br>
0.3.1:
Fixes to synthetic Initializer support, improved auto-completion for get/set accessors.<br>
0.3.0:
Expand Down

0 comments on commit 409000f

Please sign in to comment.