Skip to content

Commit 6fd1db3

Browse files
authored
Prepare release (#570)
* Prepare release * Bump index state
1 parent b3c18fe commit 6fd1db3

File tree

7 files changed

+13
-9
lines changed

7 files changed

+13
-9
lines changed

cabal.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
index-state: 2024-02-26T00:00:00Z
1+
index-state: 2024-04-30T00:00:00Z
22

33
packages:
44
./lsp

lsp-test/ChangeLog.md

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

3+
## 0.17.0.1
4+
5+
- Support for newer versions of dependencies.
6+
37
## 0.17.0.0
48

59
- `ignoreRegistrationRequests` option to ignore `client/registerCapability` requests, on

lsp-test/lsp-test.cabal

Lines changed: 3 additions & 3 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.17.0.0
3+
version: 0.17.0.1
44
synopsis: Functional test framework for LSP servers.
55
description:
66
A test framework for writing tests against
@@ -65,8 +65,8 @@ library
6565
, Glob >=0.9 && <0.11
6666
, lens >=5.1 && <5.3
6767
, lens-aeson ^>=1.2
68-
, lsp ^>=2.4
69-
, lsp-types ^>=2.1
68+
, lsp ^>=2.5
69+
, lsp-types ^>=2.2
7070
, mtl >=2.2 && <2.4
7171
, parser-combinators ^>=1.3
7272
, process ^>=1.6

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.2.0.0 -- 2024-04-29
44

55
- Update the metamodel. This results in a number of breaking changes to the generated code, mostly replacing
66
anonymous structs with named ones.

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.1.0
3+
version: 2.2.0.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.5.0.0
44

55
- The server will now reject messages sent after `shutdown` has been received.
66
- There is a `shutdownBarrier` member in the server state which can be used to

lsp/lsp.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: lsp
3-
version: 2.4.0.0
3+
version: 2.5.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
@@ -67,7 +67,7 @@ library
6767
, hashable ^>=1.4
6868
, lens >=5.1 && <5.3
6969
, lens-aeson ^>=1.2
70-
, lsp-types ^>=2.1
70+
, lsp-types ^>=2.2
7171
, mtl >=2.2 && <2.4
7272
, prettyprinter ^>=1.7
7373
, random ^>=1.2

0 commit comments

Comments
 (0)