Skip to content

Commit

Permalink
Prepare release 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fendor committed Oct 31, 2024
1 parent 61b1f4f commit dbd7e6b
Show file tree
Hide file tree
Showing 3 changed files with 288 additions and 340 deletions.
15 changes: 15 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog for vscode-haskell

## 2.6.0

- Upgrade project to use latest eslint version
([#1150](https://github.com/haskell/vscode-haskell/pull/1150)) by @fendor
- Fix windows CI
([#1149](https://github.com/haskell/vscode-haskell/pull/1149)) by @fendor
- Manually install ghcup into image
([#1119](https://github.com/haskell/vscode-haskell/pull/1119)) by @fendor
- bump vscode-languageclient version to 9.0.1
([#1108](https://github.com/haskell/vscode-haskell/pull/1108)) by @jetjinser
- Add cabalFormattingProvider to package.json
([#1100](https://github.com/haskell/vscode-haskell/pull/1100)) by @fendor
- Prepare 2.4.4
([#1083](https://github.com/haskell/vscode-haskell/pull/1083)) by @fendor

## 2.5.3

- Split out packaging action
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "haskell",
"displayName": "Haskell",
"description": "Haskell language support powered by the Haskell Language Server",
"version": "2.5.3",
"version": "2.6.0",
"license": "MIT",
"publisher": "haskell",
"engines": {
Expand Down
Loading

0 comments on commit dbd7e6b

Please sign in to comment.