Skip to content

Commit

Permalink
prepare new release (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHaxe authored Apr 22, 2018
1 parent c63f714 commit 6b7600d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
8 changes: 5 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
## next version (2.2.1)
## next version (2.x.x)

## version 2.2.1

- New check IndentationCheck [#387](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/387)
- Added CHANGES.md
- New CHANGES.md
- Added a reset function for checks ([#279](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/279))
- Added unittest for [#78](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/78)
- Fixed XMLReporter output after introducing multithreading in 2.2.0
- Fixed XMLReporter output after introducing multithreading in 2.2.0 [#389](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/389)
- Updated formula for number of pre-parsed files [#386](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/386)
- Removed conditional section for unittest [#181](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/181)

Expand Down
6 changes: 3 additions & 3 deletions haxelib.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"AlexHaxe",
"Gama11"
],
"releasenote": "added mutlithreading for parsing and checking + bug fixes",
"version": "2.2.0",
"releasenote": "new indentation check and bugfixes - see CHANGES.md",
"version": "2.2.1",
"url": "https://github.com/HaxeCheckstyle/haxe-checkstyle",
"dependencies": {

}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "checkstyle",
"version": "2.2.0",
"version": "2.2.1",
"description": "Automated code analysis ideal for projects that want to enforce a coding standard.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 6b7600d

Please sign in to comment.