Skip to content

Commit 25d2eb4

Browse files
committed
Bump version and add changelog
1 parent a112131 commit 25d2eb4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

lsp-types/ChangeLog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Revision history for lsp-types
22

3+
## 2.0.0.2
4+
5+
* Removed deprecation pragmas from fields, as these cannot currently be avoided.
6+
7+
## 2.0.0.1
8+
9+
* Fixed missing `extra-source-files` for `metamodel.json`.
10+
311
## 2.0.0.0
412

513
* Breaking change: major restructure to generate types and methods from the LSP metamodel.

lsp-types/lsp-types.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: lsp-types
3-
version: 2.0.0.1
3+
version: 2.0.0.2
44
synopsis:
55
Haskell library for the Microsoft Language Server Protocol, data types
66

0 commit comments

Comments
 (0)