Skip to content

Commit

Permalink
Prepare release (#551)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelpj authored Feb 5, 2024
1 parent 13cba17 commit 99002c0
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lsp-test/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Revision history for lsp-test

## Unreleased
## 0.17.0.0

- `ignoreRegistrationRequests` option to ignore `client/registerCapability` requests, on
by default.
Expand Down
4 changes: 2 additions & 2 deletions lsp-test/lsp-test.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: lsp-test
version: 0.16.0.1
version: 0.17.0.0
synopsis: Functional test framework for LSP servers.
description:
A test framework for writing tests against
Expand Down Expand Up @@ -61,7 +61,7 @@ library
, Glob >=0.9 && <0.11
, lens >=5.1 && <5.3
, lens-aeson ^>=1.2
, lsp ^>=2.3
, lsp ^>=2.4
, lsp-types ^>=2.1
, mtl >=2.2 && <2.4
, parser-combinators ^>=1.3
Expand Down
2 changes: 1 addition & 1 deletion lsp-types/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Revision history for lsp-types

## Unreleased
## 2.1.1.0 -- 2024-02-24

- Require aeson 2
- Accept `null` in place of a missing field, a common mistake in spec compliance.
Expand Down
2 changes: 1 addition & 1 deletion lsp-types/lsp-types.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: lsp-types
version: 2.1.0.0
version: 2.1.1.0
synopsis:
Haskell library for the Microsoft Language Server Protocol, data types

Expand Down
2 changes: 1 addition & 1 deletion lsp/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Revision history for lsp

## Unreleased
## 2.4.0.0

- Server-created progress now will not send reports until and unless the client
confirms the progress token creation.
Expand Down
2 changes: 1 addition & 1 deletion lsp/lsp.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: lsp
version: 2.3.0.0
version: 2.4.0.0
synopsis: Haskell library for the Microsoft Language Server Protocol
description:
An implementation of the types, and basic message server to
Expand Down

0 comments on commit 99002c0

Please sign in to comment.