Skip to content

Commit

Permalink
prepare v1.9.2 (#545)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHaxe authored Dec 19, 2019
1 parent 303f906 commit 69d5c0c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/formatter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
build:
strategy:
matrix:
haxe-version: ['3.4.7', '4.0.3', 'nightly']
haxe-version: ['3.4.7', '4.0.5', 'nightly']
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down Expand Up @@ -75,5 +75,5 @@ jobs:
rm run.js
npx neko run.n -s . --check
- name: Upload results to codecov
if: success() && matrix.platform == 'ubuntu-latest' && matrix.haxe-version == '4.0.3'
if: success() && matrix.platform == 'ubuntu-latest' && matrix.haxe-version == '4.0.5'
run: bash <(curl -s https://codecov.io/bash) || echo "Codecov did not collect coverage reports"
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## dev branch / next version (1.x.x)

## version 1.9.2 (2019-09-19)

- Added unittests for empty lines ([#535](https://github.com/HaxeCheckstyle/haxe-formatter/issues/535))
- Fixed range format issues with multiline tokens ([#532](https://github.com/HaxeCheckstyle/haxe-formatter/issues/532) + [#533](https://github.com/HaxeCheckstyle/haxe-formatter/issues/533))
- Fixed extra indentation for parens after `=`, fixes [#534](https://github.com/HaxeCheckstyle/haxe-formatter/issues/534) ([#535](https://github.com/HaxeCheckstyle/haxe-formatter/issues/535))
Expand Down
4 changes: 2 additions & 2 deletions haxelib.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"style"
],
"description": "A code formatter for Haxe",
"version": "1.9.1",
"releasenote": "Fixed issues with range formatting API - see CHANGELOG for details.",
"version": "1.9.2",
"releasenote": "Fixed whitespace issues and changed build system to lix - see CHANGELOG for details.",
"contributors": [
"AlexHaxe",
"Gama11"
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-formatter",
"version": "1.9.1",
"version": "1.9.2",
"description": "A code formatter for Haxe",
"repository": {
"type": "git",
Expand Down

0 comments on commit 69d5c0c

Please sign in to comment.