Skip to content

Commit 60c33fc

Browse files
authored
prepare release 2.4.1 (#437)
* prepare release 2.4.1 * remove allow_failures for Haxe 4 builds
1 parent bee377e commit 60c33fc

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,3 @@ matrix:
3131
- haxelib install hxargs 3.0.2
3232
- haxelib install munit
3333
- sed -i 's/:3.3.0//' buildGlobal.hxml
34-
allow_failures:
35-
- haxe: development

CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## dev branch / next version (2.x.x)
22

3+
## version 2.4.1 (2018-06-14)
4+
35
- 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)
46
- Added code documentation [#433](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/433)
57
- Added message codes to help with vscode-checkstyle quickfixes [#436](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/436)

haxelib.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"AlexHaxe",
1919
"Gama11"
2020
],
21-
"releasenote": "new ExtendedEmptyLine check; refactored exclusion logic - see CHANGES",
22-
"version": "2.4.0",
21+
"releasenote": "added json schemas for config files; changes and fixes in preparation of vscode-checkstyle - see CHANGES",
22+
"version": "2.4.1",
2323
"url": "https://github.com/HaxeCheckstyle/haxe-checkstyle",
2424
"dependencies": {
2525

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "haxe-checkstyle",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"description": "Automated code analysis ideal for projects that want to enforce a coding standard.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)