Skip to content

Commit

Permalink
v1.3.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hsz committed Apr 4, 2016
1 parent 213beab commit a8a62a6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Change Log

## [v1.3.2](https://github.com/hsz/idea-gitignore/tree/v1.3.2) (2016-04-04)
## [v1.3.3](https://github.com/hsz/idea-gitignore/tree/v1.3.3) (2016-04-04)

[Full Changelog](https://github.com/hsz/idea-gitignore/compare/v1.2...v1.3.2)
[Full Changelog](https://github.com/hsz/idea-gitignore/compare/v1.2...v1.3.3)

**Implemented enhancements:**

Expand All @@ -24,6 +24,7 @@
- "Unclosed character class" warning is wrong [\#166](https://github.com/hsz/idea-gitignore/issues/166)
- IgnoreSettings settings must produce stable state [\#162](https://github.com/hsz/idea-gitignore/issues/162)
- Global ignore error [\#190](https://github.com/hsz/idea-gitignore/issues/190)
- IgnoreParserUtil exception [\#211](https://github.com/hsz/idea-gitignore/issues/211)

## [v1.2](https://github.com/hsz/idea-gitignore/tree/v1.2) (2015-08-13)

Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ Usage
Changelog
---------

## [v1.3.2](https://github.com/hsz/idea-gitignore/tree/v1.3.2) (2016-04-04)
## [v1.3.3](https://github.com/hsz/idea-gitignore/tree/v1.3.3) (2016-04-04)

[Full Changelog](https://github.com/hsz/idea-gitignore/compare/v1.2...v1.3.2)
[Full Changelog](https://github.com/hsz/idea-gitignore/compare/v1.2...v1.3.3)

**Implemented enhancements:**

Expand All @@ -122,6 +122,7 @@ Changelog
- "Unclosed character class" warning is wrong [\#166](https://github.com/hsz/idea-gitignore/issues/166)
- IgnoreSettings settings must produce stable state [\#162](https://github.com/hsz/idea-gitignore/issues/162)
- Global ignore error [\#190](https://github.com/hsz/idea-gitignore/issues/190)
- IgnoreParserUtil exception [\#211](https://github.com/hsz/idea-gitignore/issues/211)


[Full Changelog History](./CHANGELOG.md)
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ isEAP = false

pluginGroup = mobi.hsz.idea
pluginName = .ignore
pluginVersion = 1.3.2
pluginVersion = 1.3.3

publishPluginId = 7495
publishUsername = hsz
Expand All @@ -19,4 +19,4 @@ publishChannel =

org.gradle.jvmargs=-XX:MaxPermSize=512m -XX:+CMSClassUnloadingEnabled -XX:+CMSPermGenSweepingEnabled -XX:+HeapDumpOnOutOfMemoryError -Xmx1024m -Dfile.encoding=utf-8

idePath = /home/hsz/IDE/PhpStorm-141.2462/
idePath =
7 changes: 4 additions & 3 deletions resources/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>.ignore</name>
<version>1.3.2</version>
<version>1.3.3</version>
<vendor email="[email protected]" url="http://www.hsz.mobi">hsz</vendor>

<description><![CDATA[
Expand Down Expand Up @@ -52,8 +52,8 @@

<change-notes><![CDATA[
<a href="https://github.com/hsz/idea-gitignore/tree/v1.3.2"><b>v1.3.2</b></a> (2016-04-04) <br/><br/>
<a href="https://github.com/hsz/idea-gitignore/compare/v1.2...v1.3.2"><small>Full Changelog</small></a> <br/><br/>
<a href="https://github.com/hsz/idea-gitignore/tree/v1.3.3"><b>v1.3.3</b></a> (2016-04-04) <br/><br/>
<a href="https://github.com/hsz/idea-gitignore/compare/v1.2...v1.3.3"><small>Full Changelog</small></a> <br/><br/>
<i>Implemented enhancements:</i>
Expand All @@ -78,6 +78,7 @@
<li>"Unclosed character class" warning is wrong (<a href="https://github.com/hsz/idea-gitignore/issues/166">166</a>)</li>
<li>IgnoreSettings settings must produce stable state (<a href="https://github.com/hsz/idea-gitignore/issues/162">162</a>)</li>
<li>Global ignore error (<a href="https://github.com/hsz/idea-gitignore/issues/190">190</a>)</li>
<li>IgnoreParserUtil exception (<a href="https://github.com/hsz/idea-gitignore/issues/211">211</a>)</li>
</ul>
<a href="https://github.com/hsz/idea-gitignore/blob/master/CHANGELOG.md"><b>Full Changelog History</b></a>
Expand Down

0 comments on commit a8a62a6

Please sign in to comment.