Skip to content

Commit

Permalink
prepare release 2.4.1 (#437)
Browse files Browse the repository at this point in the history
* prepare release 2.4.1
* remove allow_failures for Haxe 4 builds
  • Loading branch information
AlexHaxe authored Jun 14, 2018
1 parent bee377e commit 60c33fc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions haxelib.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 60c33fc

Please sign in to comment.