Skip to content

Commit

Permalink
Version 0.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardSergeev committed Aug 27, 2023
1 parent 23ade55 commit 670f011
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 8 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Change Log
All notable changes to the "Haskutil" extension will be documented in this file.

## [0.11.4] - 2023-08-27
### Fixed
* `OrganizeExtensionProvider`: false positive of `Extension are unorganised`
Aligned extension were incorrectly detected as being not aligned
* `ImportProvider`: `Organize imports` behaviour on Windows
Fix invalid parsing of imports in file with `\r\n` (Windows) line ending
As a result applying `Organize imports` would previously lead to corrupted imports
* Fail CI build in case of test failure:
Previously build would still be green even if some of the test wer failing

## [0.11.3] - 2023-08-26
### Fixed
* `ImportProvider`:
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "haskutil",
"displayName": "Haskutil",
"description": "'QuickFix' actions for Haskell editor",
"version": "0.11.3",
"version": "0.11.4",
"publisher": "Edka",
"repository": {
"url": "https://github.com/EduardSergeev/vscode-haskutil"
Expand Down Expand Up @@ -225,7 +225,7 @@
"@types/vscode": "1.48.0",
"@vscode/vsce": "2.20.1",
"@vscode/test-electron": "2.3.4",
"chai": "4.3.7",
"chai": "4.3.8",
"mocha": "10.2.0",
"nyc": "15.1.0",
"source-map-support": "0.5.21",
Expand Down

0 comments on commit 670f011

Please sign in to comment.