Skip to content

Commit 69d5c0c

Browse files
authored
prepare v1.9.2 (#545)
1 parent 303f906 commit 69d5c0c

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

.github/workflows/formatter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
build:
1515
strategy:
1616
matrix:
17-
haxe-version: ['3.4.7', '4.0.3', 'nightly']
17+
haxe-version: ['3.4.7', '4.0.5', 'nightly']
1818
platform: [ubuntu-latest, macos-latest, windows-latest]
1919
runs-on: ${{ matrix.platform }}
2020
steps:
@@ -75,5 +75,5 @@ jobs:
7575
rm run.js
7676
npx neko run.n -s . --check
7777
- name: Upload results to codecov
78-
if: success() && matrix.platform == 'ubuntu-latest' && matrix.haxe-version == '4.0.3'
78+
if: success() && matrix.platform == 'ubuntu-latest' && matrix.haxe-version == '4.0.5'
7979
run: bash <(curl -s https://codecov.io/bash) || echo "Codecov did not collect coverage reports"

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

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

5+
## version 1.9.2 (2019-09-19)
6+
57
- Added unittests for empty lines ([#535](https://github.com/HaxeCheckstyle/haxe-formatter/issues/535))
68
- 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))
79
- 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))

haxelib.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"style"
99
],
1010
"description": "A code formatter for Haxe",
11-
"version": "1.9.1",
12-
"releasenote": "Fixed issues with range formatting API - see CHANGELOG for details.",
11+
"version": "1.9.2",
12+
"releasenote": "Fixed whitespace issues and changed build system to lix - see CHANGELOG for details.",
1313
"contributors": [
1414
"AlexHaxe",
1515
"Gama11"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "haxe-formatter",
3-
"version": "1.9.1",
3+
"version": "1.9.2",
44
"description": "A code formatter for Haxe",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)