Skip to content

Commit

Permalink
Mark version 0.7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhominal committed May 12, 2019
1 parent 1af8232 commit 5ad7943
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased

## 0.7.0

### Changed

* Update plugin declaration no longer to declare a maximum IDEA platform version
Expand Down
3 changes: 2 additions & 1 deletion resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin>
<id>com.wishtack.pysynthetic.intellij</id>
<name>PySynthetic</name>
<version>0.6.3</version>
<version>0.7.0</version>
<vendor email="" url="https://www.github.com/jhominal/pysynthetic-intellij">Jean Hominal</vendor>

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

<change-notes><![CDATA[
0.7.0:
Update plugin declaration no longer to declare a maximum IDEA platform version.<br>
0.6.3:
Update plugin declaration for IDE major version 183.<br>
Expand Down

0 comments on commit 5ad7943

Please sign in to comment.