Skip to content

Commit c350978

Browse files
authored
Prepare pre-release 2.5.2 (#1032)
1 parent 09efac5 commit c350978

File tree

3 files changed

+644
-67
lines changed

3 files changed

+644
-67
lines changed

Changelog.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog for vscode-haskell
22

3+
## 2.5.2
4+
5+
- Includes changes of the 2.4.3 release
6+
37
## 2.5.1
48

59
- Includes changes of the 2.4.2 release
@@ -9,6 +13,13 @@
913
- Add tracking of cabal files
1014
([#618](https://github.com/haskell/vscode-haskell/pull/618)) by @fendor
1115

16+
## 2.4.3
17+
18+
- Address invalid byte sequence error #1022
19+
([#1022](https://github.com/haskell/vscode-haskell/pull/1022)) by @felixlinker
20+
- Always set the cwd for the executable (#1011)
21+
([#1011](https://github.com/haskell/vscode-haskell/pull/1011)) by @fendor
22+
1223
## 2.4.2
1324

1425
- 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)