Skip to content

Commit b5f6f8e

Browse files
authored
Minor release for version bumps (#599)
1 parent 3eabc14 commit b5f6f8e

File tree

6 files changed

+15
-3
lines changed

6 files changed

+15
-3
lines changed

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.1.1 -- 2024-12-31
4+
5+
- Relax dependency version bounds
6+
37
## 0.17.1.0 -- 2024-06-06
48

59
- Add helpers for testing inlay hints.

lsp-test/lsp-test.cabal

Lines changed: 1 addition & 1 deletion
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.1.0
3+
version: 0.17.1.1
44
synopsis: Functional test framework for LSP servers.
55
description:
66
A test framework for writing tests against

lsp-types/ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Revision history for lsp-types
2+
3+
## 2.3.0.1 -- 2024-12-31
4+
5+
- Relax dependency version bounds
26

37
## 2.3.0.0 -- 2024-06-06
48

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

lsp/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
22

3+
## 2.7.0.1 -- 2024-12-31
4+
5+
- Relax dependency version bounds
6+
37
## 2.7.0.0 -- 2024-06-06
48

59
- Drop dependency on `uuid` and `random`

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.7.0.0
3+
version: 2.7.0.1
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)