Skip to content

Commit

Permalink
Version 0.4.0 added to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
platan committed Oct 20, 2015
1 parent 32f55ed commit 3fada0a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ Note: Currently the project is not prepared to be imported as a IntelliJ Platfor

## Changelog

- Feature: Convert a map notation to a string notation
- Bugfix: Convert string notation of a dependency with ext to a map notation
### 0.4.0 (2015-10-20)
- (feature) Convert a map notation to a string notation
- (bugfix) Convert string notation of a dependency with ext to a map notation

### 0.3.0 (2015-09-22)
- Convert a string notation to a map notation
Expand Down
5 changes: 5 additions & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
</description>
<change-notes><![CDATA[
<p>
<b>0.4.0</b>
<ul>
<li>(feature) Convert a map notation to a string notation</li>
<li>(bugfix) Convert string notation of a dependency with ext to a map notation</li>
</ul>
<b>0.3.0</b>
<ul>
<li>Convert a string notation to a map notation</li>
Expand Down

0 comments on commit 3fada0a

Please sign in to comment.