diff --git a/CHANGELOG.md b/CHANGELOG.md index afd3b50..ee5ecde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,28 @@ # Change Log +## 0.6.0 + +- Reference code lenses are now clickable, try it! + +- Updated the language server + - Add elm make code actions for more compiler errors + - Various improvements to folding + - Process files on init in parallel + - Fixed some problems with references not being correct + - Fallback to old configuration flow when clients don't support the new one + - Get rid of crypto deprecation warnings + + - Updated tree-sitter syntax parsing + - Add glsl parsing + - Nest if/then/else expressions + - Let and in now correctly nest + - Change when block_comments are set, should now be better for annotations + - End functions/case as early as possible, so they don't include whitespace + ## 0.5.2 - Updated the language server - - Fixed case where elm-format might have strip the last line from you files + - Fixed case where elm-format might have stripped the last line from you files ## 0.5.1 diff --git a/HOW_TO_RELEASE.md b/HOW_TO_RELEASE.md index 8f8291a..04242d2 100644 --- a/HOW_TO_RELEASE.md +++ b/HOW_TO_RELEASE.md @@ -2,5 +2,6 @@ - Increase the version in `package.json` - Run `npm install` - Run `npm run compile` +- Push the code to github and wait for the CI - Run `vsce` - Tag the new version on github diff --git a/package-lock.json b/package-lock.json index e962f94..6ccf3a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "elm-ls-vscode", - "version": "0.5.2", + "version": "0.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 091ba7a..363161e 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "icon": "images/elm.png", "author": "Kolja Lampe", "license": "MIT", - "version": "0.5.2", + "version": "0.6.0", "repository": { "type": "git", "url": "https://github.com/elm-tooling/elm-language-client-vscode" diff --git a/server b/server index 628cd72..3d11c71 160000 --- a/server +++ b/server @@ -1 +1 @@ -Subproject commit 628cd72f65d349c97824e9d0630934380a12e11e +Subproject commit 3d11c71e8d2acf06a53d45a9048f13888332b80d