Skip to content

Commit 311556e

Browse files
authored
Merge pull request #592 from fendor/release/2.0.1
Prepare release 2.0.1
2 parents 207dd8a + 41dcb67 commit 311556e

File tree

3 files changed

+513
-488
lines changed

3 files changed

+513
-488
lines changed

Changelog.md

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,23 @@
11
# Changelog for vscode-haskell
22

3-
## 2.1.3 (Pre-release)
3+
## 2.0.1
44

5-
- Properly convert release metadata from json
5+
- Bad error message when ghcup is not installed
6+
([#591](https://github.com/haskell/vscode-haskell/pull/591)) by @hasufell
7+
- Better error message if we can't find a HLS version for a given GHC
8+
([#588](https://github.com/haskell/vscode-haskell/pull/588)) by @hasufell
9+
- Properly convert release metadata from json
610
([#585](https://github.com/haskell/vscode-haskell/pull/585)) by @fendor
7-
8-
## 2.1.2 (Pre-release)
9-
1011
- Ignore missing entries in Release Metadata
1112
([#582](https://github.com/haskell/vscode-haskell/pull/582)) by @fendor
12-
13-
## 2.1.1 (Pre-release)
14-
1513
- Add Tool class and print stacktraces
1614
([#579](https://github.com/haskell/vscode-haskell/pull/579)) by @fendor
1715
- List Env Vars we care about only
1816
([#578](https://github.com/haskell/vscode-haskell/pull/578)) by @fendor
19-
20-
## 2.1.0 (Pre-release)
21-
2217
- Prepare pre-release 2.1.0
2318
([#574](https://github.com/haskell/vscode-haskell/pull/574)) by @fendor
2419
- Enable pre-release feature for VSX Marketplace
2520
([#573](https://github.com/haskell/vscode-haskell/pull/573)) by @fendor
26-
27-
## 2.0.0 (Pre-release)
28-
2921
- Add prettier script
3022
([#566](https://github.com/haskell/vscode-haskell/pull/566)) by @fendor
3123
- Remove accidental run command

package.json

Lines changed: 1 addition & 1 deletion
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.1.3",
5+
"version": "2.0.1",
66
"license": "MIT",
77
"publisher": "haskell",
88
"engines": {

0 commit comments

Comments
 (0)