From 60c33fc06d0b74aef7ceb5aaaf7f166ebaa3560f Mon Sep 17 00:00:00 2001 From: AlexHaxe Date: Thu, 14 Jun 2018 13:02:49 +0200 Subject: [PATCH] prepare release 2.4.1 (#437) * prepare release 2.4.1 * remove allow_failures for Haxe 4 builds --- .travis.yml | 2 -- CHANGES.md | 2 ++ haxelib.json | 4 ++-- package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7ad8b01d..e7df4ce9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,5 +31,3 @@ matrix: - haxelib install hxargs 3.0.2 - haxelib install munit - sed -i 's/:3.3.0//' buildGlobal.hxml - allow_failures: - - haxe: development diff --git a/CHANGES.md b/CHANGES.md index 1617cadf..a96a455d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,7 @@ ## dev branch / next version (2.x.x) +## version 2.4.1 (2018-06-14) + - Added JSON schemas for `checkstyle.json` and `checkstyle-exclude.json` file formats [#431](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/431) + [#432](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/432) + [#433](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/433) - Added code documentation [#433](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/433) - Added message codes to help with vscode-checkstyle quickfixes [#436](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/436) diff --git a/haxelib.json b/haxelib.json index 14f210f0..57d76227 100644 --- a/haxelib.json +++ b/haxelib.json @@ -18,8 +18,8 @@ "AlexHaxe", "Gama11" ], - "releasenote": "new ExtendedEmptyLine check; refactored exclusion logic - see CHANGES", - "version": "2.4.0", + "releasenote": "added json schemas for config files; changes and fixes in preparation of vscode-checkstyle - see CHANGES", + "version": "2.4.1", "url": "https://github.com/HaxeCheckstyle/haxe-checkstyle", "dependencies": { diff --git a/package.json b/package.json index 6757dc74..ffebc2f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "haxe-checkstyle", - "version": "2.4.0", + "version": "2.4.1", "description": "Automated code analysis ideal for projects that want to enforce a coding standard.", "repository": { "type": "git",