Skip to content

Commit f1c17c3

Browse files
authored
Prepare release (#588)
1 parent 8205587 commit f1c17c3

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
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.1.0 -- 2024-06-06
44

55
- Add helpers for testing inlay hints.
66

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.2
3+
version: 0.17.1.0
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.4
6767
, lens-aeson ^>=1.2
68-
, lsp ^>=2.6
69-
, lsp-types ^>=2.2
68+
, lsp ^>=2.7
69+
, lsp-types ^>=2.3
7070
, mtl >=2.2 && <2.4
7171
, parser-combinators ^>=1.3
7272
, process ^>=1.6

lsp-types/ChangeLog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Revision history for lsp-types
2-
3-
## Unreleased
2+
3+
## 2.3.0.0 -- 2024-06-06
44

55
- Add support for identifying client and server capabilities associated with a method.
66
- `TResponseMessage` now contains a `TResponseError` instead of a `ResponseError`

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.2.0.0
3+
version: 2.3.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.7.0.0 -- 2024-06-06
44

55
- Drop dependency on `uuid` and `random`
66
- Fix handling of `rootPath` in `intializeParams`

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.6.0.0
3+
version: 2.7.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
@@ -68,7 +68,7 @@ library
6868
, hashable ^>=1.4
6969
, lens >=5.1 && <5.4
7070
, lens-aeson ^>=1.2
71-
, lsp-types ^>=2.2
71+
, lsp-types ^>=2.3
7272
, mtl >=2.2 && <2.4
7373
, prettyprinter ^>=1.7
7474
, sorted-list ^>=0.2.1

0 commit comments

Comments
 (0)