From a8a62a6af3c80df93f1c7ada0e515df9b259352a Mon Sep 17 00:00:00 2001 From: hsz Date: Mon, 4 Apr 2016 23:07:16 +0200 Subject: [PATCH] v1.3.3 release --- CHANGELOG.md | 5 +++-- README.md | 5 +++-- gradle.properties | 4 ++-- resources/META-INF/plugin.xml | 7 ++++--- 4 files changed, 12 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15a02da9..5b83496e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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:** @@ -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) diff --git a/README.md b/README.md index b527c77b..f25c85e9 100644 --- a/README.md +++ b/README.md @@ -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:** @@ -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) diff --git a/gradle.properties b/gradle.properties index eb42bfe3..aade1cc4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,7 +10,7 @@ isEAP = false pluginGroup = mobi.hsz.idea pluginName = .ignore -pluginVersion = 1.3.2 +pluginVersion = 1.3.3 publishPluginId = 7495 publishUsername = hsz @@ -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 = diff --git a/resources/META-INF/plugin.xml b/resources/META-INF/plugin.xml index 58c35dae..2b26c990 100644 --- a/resources/META-INF/plugin.xml +++ b/resources/META-INF/plugin.xml @@ -1,7 +1,7 @@ mobi.hsz.idea.gitignore .ignore - 1.3.2 + 1.3.3 hsz v1.3.2 (2016-04-04)

- Full Changelog

+ v1.3.3 (2016-04-04)

+ Full Changelog

Implemented enhancements: @@ -78,6 +78,7 @@
  • "Unclosed character class" warning is wrong (166)
  • IgnoreSettings settings must produce stable state (162)
  • Global ignore error (190)
  • +
  • IgnoreParserUtil exception (211)
  • Full Changelog History