Skip to content

Commit

Permalink
v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hsz committed Jul 28, 2014
1 parent 1b8ed76 commit cd20568
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
8 changes: 7 additions & 1 deletion META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin version="2">
<id>mobi.hsz.idea.gitignore</id>
<name>.gitignore support</name>
<version>0.5.1</version>
<version>0.5.2</version>
<vendor email="[email protected]" url="http://www.hsz.mobi">hsz</vendor>

<description><![CDATA[
Expand Down Expand Up @@ -45,6 +45,12 @@
]]></description>

<change-notes><![CDATA[
Version 0.5.2
<ul>
<li>Fixed few errors (<a href="https://github.com/hsz/idea-gitignore/issues/35">#35</a>, <a href="https://github.com/hsz/idea-gitignore/issues/36">#36</a>, <a href="https://github.com/hsz/idea-gitignore/issues/37">#37</a>)
<li>Fixed "Show ignored files" action (<a href="https://github.com/hsz/idea-gitignore/issues/38">#38</a>)
</ul>
Version 0.5.1
<ul>
<li>Reference resolving fixes (me and <a href="https://github.com/zolotov">@zolotov</a>) (<a href="https://github.com/hsz/idea-gitignore/issues/26">#26</a>, <a href="https://github.com/hsz/idea-gitignore/issues/33">#33</a>)</li>
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ To generate new `.gitignore` file, just click on <kbd>File</kbd> > <kbd>New</kbd
Changelog
---------

Version 0.5.2

- Fixed few errors ([#35](https://github.com/hsz/idea-gitignore/issues/35), [#36](https://github.com/hsz/idea-gitignore/issues/36), [#37](https://github.com/hsz/idea-gitignore/issues/37))
- Fixed "Show ignored files" action ([#38](https://github.com/hsz/idea-gitignore/issues/38))

Version 0.5.1

- Reference resolving fixes (me and [@zolotov](https://github.com/zolotov)) ([#26](https://github.com/hsz/idea-gitignore/issues/26), [#33](https://github.com/hsz/idea-gitignore/issues/33))
Expand Down

0 comments on commit cd20568

Please sign in to comment.