diff --git a/lsp-test/lsp-test.cabal b/lsp-test/lsp-test.cabal index 75c3cf96..6f48acd9 100644 --- a/lsp-test/lsp-test.cabal +++ b/lsp-test/lsp-test.cabal @@ -65,7 +65,7 @@ library , Glob >=0.9 && <0.11 , lens >=5.1 && <5.3 , lens-aeson ^>=1.2 - , lsp ^>=2.5 + , lsp ^>=2.6 , lsp-types ^>=2.2 , mtl >=2.2 && <2.4 , parser-combinators ^>=1.3 diff --git a/lsp/ChangeLog.md b/lsp/ChangeLog.md index 432cea8e..29409157 100644 --- a/lsp/ChangeLog.md +++ b/lsp/ChangeLog.md @@ -1,6 +1,6 @@ # Revision history for lsp -## Unreleased +## 2.6.0.0 - Progress reporting now has a configurable start delay and update delay. This allows servers to set up progress reporting for any operation and not worry about spamming diff --git a/lsp/lsp.cabal b/lsp/lsp.cabal index d0e06505..efd59e74 100644 --- a/lsp/lsp.cabal +++ b/lsp/lsp.cabal @@ -1,6 +1,6 @@ cabal-version: 2.2 name: lsp -version: 2.5.0.0 +version: 2.6.0.0 synopsis: Haskell library for the Microsoft Language Server Protocol description: An implementation of the types, and basic message server to