Skip to content

Commit

Permalink
Merge pull request #9 from AlexHaxe/prepare_v1.0.3
Browse files Browse the repository at this point in the history
prepare v1.0.3
  • Loading branch information
AlexHaxe authored Jun 23, 2018
2 parents 844e14a + 6d5bcb2 commit 3b82ba0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ git:
language: haxe
script:
- haxe build.hxml
- cd checkstyle && haxe buildAll.hxml && rm coverage.json && cd ..
- cd checkstyle && haxe buildAll.hxml && rm -f coverage.json && cd ..
- neko checkstyle/run.n -s src -s test

after_success:
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## dev branch / next version (1.x.x)

## version 1.0.3 (2018-06-24)

- Fixed position of comments in abstracts and interfaces [#7](https://github.com/HaxeCheckstyle/tokentree/issues/7)
- Fixed unittest and coverage reporting for Haxe 4 [#8](https://github.com/HaxeCheckstyle/tokentree/issues/8)

Expand Down
4 changes: 2 additions & 2 deletions haxelib.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"contributors": [
"AlexHaxe"
],
"releasenote": "fixed comment handling - see CHANGELOG",
"version": "1.0.2",
"releasenote": "Fixed position of comments in abstracts and interfaces - see CHANGELOG",
"version": "1.0.3",
"url": "https://github.com/HaxeCheckstyle/tokentree",
"dependencies": {}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tokentree",
"version": "1.0.2",
"version": "1.0.3",
"description": "TokenTree library used by haxe-checkstyle",
"repository": {
"type": "git",
Expand Down

0 comments on commit 3b82ba0

Please sign in to comment.