Skip to content

Commit 036bcf8

Browse files
authored
Prepare release 2.4.3 (#1031)
1 parent f54fee6 commit 036bcf8

File tree

3 files changed

+640
-67
lines changed

3 files changed

+640
-67
lines changed

Changelog.md

+7
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55
- Add tracking of cabal files
66
([#618](https://github.com/haskell/vscode-haskell/pull/618)) by @fendor
77

8+
## 2.4.3
9+
10+
- Address invalid byte sequence error #1022
11+
([#1022](https://github.com/haskell/vscode-haskell/pull/1022)) by @felixlinker
12+
- Always set the cwd for the executable (#1011)
13+
([#1011](https://github.com/haskell/vscode-haskell/pull/1011)) by @fendor
14+
815
## 2.4.2
916

1017
- Add stan plugin option #1000

docs/Release.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Follow this list for items that must be completed for release of the `vscode-has
66
- Fix vulnerabilities.
77
- [ ] Run `yarn outdated` to find outdated package version, review what needs to be updated.
88
- `yarn upgrade-interactive` and `yarn upgrade-interactive --latest` is helpful here.
9-
- [ ] Run `haskell-language-server vscode-extension-schema` with the latest `haskell-language-server` to check if there have new fields.
9+
- [ ] Run `cat test/testdata/schema/*/vscode-extension-schema.golden.json | jq --sort-keys -s add` in the `haskell-language-server` repo and add new configuration items.
1010
- [ ] SemVer Compatible Version Bump in `package.json`
1111
- For pre-releases, we follow the version convention at: https://code.visualstudio.com/api/working-with-extensions/publishing-extension#prerelease-extensions. We use `major.EVEN_NUMBER.patch` for release versions and `major.ODD_NUMBER.patch` for pre-release versions. For example: `2.0.*` for release and `2.1.*` for pre-release.
1212
- [ ] Update ChangeLog.md. The output of `./GenChangelogs.hs` usually suffices.

0 commit comments

Comments
 (0)