Skip to content

Commit 99002c0

Browse files
authored
Prepare release (#551)
1 parent 13cba17 commit 99002c0

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

lsp-test/ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Revision history for lsp-test
22

3-
## Unreleased
3+
## 0.17.0.0
44

55
- `ignoreRegistrationRequests` option to ignore `client/registerCapability` requests, on
66
by default.

lsp-test/lsp-test.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: lsp-test
3-
version: 0.16.0.1
3+
version: 0.17.0.0
44
synopsis: Functional test framework for LSP servers.
55
description:
66
A test framework for writing tests against
@@ -61,7 +61,7 @@ library
6161
, Glob >=0.9 && <0.11
6262
, lens >=5.1 && <5.3
6363
, lens-aeson ^>=1.2
64-
, lsp ^>=2.3
64+
, lsp ^>=2.4
6565
, lsp-types ^>=2.1
6666
, mtl >=2.2 && <2.4
6767
, parser-combinators ^>=1.3

lsp-types/ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Revision history for lsp-types
22

3-
## Unreleased
3+
## 2.1.1.0 -- 2024-02-24
44

55
- Require aeson 2
66
- Accept `null` in place of a missing field, a common mistake in spec compliance.

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.1.0.0
3+
version: 2.1.1.0
44
synopsis:
55
Haskell library for the Microsoft Language Server Protocol, data types
66

lsp/ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Revision history for lsp
22

3-
## Unreleased
3+
## 2.4.0.0
44

55
- Server-created progress now will not send reports until and unless the client
66
confirms the progress token creation.

lsp/lsp.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: lsp
3-
version: 2.3.0.0
3+
version: 2.4.0.0
44
synopsis: Haskell library for the Microsoft Language Server Protocol
55
description:
66
An implementation of the types, and basic message server to

0 commit comments

Comments
 (0)