From f1c17c3b9cbd05effe9a72a0d18ab2fe4c5d4d8f Mon Sep 17 00:00:00 2001 From: Michael Peyton Jones Date: Thu, 6 Jun 2024 08:34:46 +0100 Subject: [PATCH] Prepare release (#588) --- lsp-test/ChangeLog.md | 2 +- lsp-test/lsp-test.cabal | 6 +++--- lsp-types/ChangeLog.md | 4 ++-- lsp-types/lsp-types.cabal | 2 +- lsp/ChangeLog.md | 2 +- lsp/lsp.cabal | 4 ++-- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/lsp-test/ChangeLog.md b/lsp-test/ChangeLog.md index 5f9296e1..9f860d43 100644 --- a/lsp-test/ChangeLog.md +++ b/lsp-test/ChangeLog.md @@ -1,6 +1,6 @@ # Revision history for lsp-test -## Unreleased +## 0.17.1.0 -- 2024-06-06 - Add helpers for testing inlay hints. diff --git a/lsp-test/lsp-test.cabal b/lsp-test/lsp-test.cabal index 948899f6..0b2dd232 100644 --- a/lsp-test/lsp-test.cabal +++ b/lsp-test/lsp-test.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: lsp-test -version: 0.17.0.2 +version: 0.17.1.0 synopsis: Functional test framework for LSP servers. description: A test framework for writing tests against @@ -65,8 +65,8 @@ library , Glob >=0.9 && <0.11 , lens >=5.1 && <5.4 , lens-aeson ^>=1.2 - , lsp ^>=2.6 - , lsp-types ^>=2.2 + , lsp ^>=2.7 + , lsp-types ^>=2.3 , mtl >=2.2 && <2.4 , parser-combinators ^>=1.3 , process ^>=1.6 diff --git a/lsp-types/ChangeLog.md b/lsp-types/ChangeLog.md index ee75083c..34afdfcf 100644 --- a/lsp-types/ChangeLog.md +++ b/lsp-types/ChangeLog.md @@ -1,6 +1,6 @@ # Revision history for lsp-types - -## Unreleased + +## 2.3.0.0 -- 2024-06-06 - Add support for identifying client and server capabilities associated with a method. - `TResponseMessage` now contains a `TResponseError` instead of a `ResponseError` diff --git a/lsp-types/lsp-types.cabal b/lsp-types/lsp-types.cabal index 49af5cfb..a5272fff 100644 --- a/lsp-types/lsp-types.cabal +++ b/lsp-types/lsp-types.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: lsp-types -version: 2.2.0.0 +version: 2.3.0.0 synopsis: Haskell library for the Microsoft Language Server Protocol, data types diff --git a/lsp/ChangeLog.md b/lsp/ChangeLog.md index 589de6f1..a3bb8132 100644 --- a/lsp/ChangeLog.md +++ b/lsp/ChangeLog.md @@ -1,6 +1,6 @@ # Revision history for lsp -## Unreleased +## 2.7.0.0 -- 2024-06-06 - Drop dependency on `uuid` and `random` - Fix handling of `rootPath` in `intializeParams` diff --git a/lsp/lsp.cabal b/lsp/lsp.cabal index a1cc0a89..5cfca984 100644 --- a/lsp/lsp.cabal +++ b/lsp/lsp.cabal @@ -1,6 +1,6 @@ cabal-version: 2.2 name: lsp -version: 2.6.0.0 +version: 2.7.0.0 synopsis: Haskell library for the Microsoft Language Server Protocol description: An implementation of the types, and basic message server to @@ -68,7 +68,7 @@ library , hashable ^>=1.4 , lens >=5.1 && <5.4 , lens-aeson ^>=1.2 - , lsp-types ^>=2.2 + , lsp-types ^>=2.3 , mtl >=2.2 && <2.4 , prettyprinter ^>=1.7 , sorted-list ^>=0.2.1