Skip to content

Commit dbd7e6b

Browse files
committed
Prepare release 2.6.0
1 parent 61b1f4f commit dbd7e6b

File tree

3 files changed

+288
-340
lines changed

3 files changed

+288
-340
lines changed

Diff for: Changelog.md

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

3+
## 2.6.0
4+
5+
- Upgrade project to use latest eslint version
6+
([#1150](https://github.com/haskell/vscode-haskell/pull/1150)) by @fendor
7+
- Fix windows CI
8+
([#1149](https://github.com/haskell/vscode-haskell/pull/1149)) by @fendor
9+
- Manually install ghcup into image
10+
([#1119](https://github.com/haskell/vscode-haskell/pull/1119)) by @fendor
11+
- bump vscode-languageclient version to 9.0.1
12+
([#1108](https://github.com/haskell/vscode-haskell/pull/1108)) by @jetjinser
13+
- Add cabalFormattingProvider to package.json
14+
([#1100](https://github.com/haskell/vscode-haskell/pull/1100)) by @fendor
15+
- Prepare 2.4.4
16+
([#1083](https://github.com/haskell/vscode-haskell/pull/1083)) by @fendor
17+
318
## 2.5.3
419

520
- Split out packaging action

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "haskell",
33
"displayName": "Haskell",
44
"description": "Haskell language support powered by the Haskell Language Server",
5-
"version": "2.5.3",
5+
"version": "2.6.0",
66
"license": "MIT",
77
"publisher": "haskell",
88
"engines": {

0 commit comments

Comments
 (0)