From becf7030695bb92bb0cb87a414a74d08478ce92f Mon Sep 17 00:00:00 2001 From: Zubin Duggal Date: Mon, 15 Feb 2021 19:19:22 +0530 Subject: [PATCH] prepare 1.1.1.0 --- ChangeLog.md | 4 ++++ lsp.cabal | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 400470b8a..ccfe679bb 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,9 @@ # Revision history for lsp +## 1.1.1.0 + +* Don't send begin progress notification twice (@wz1000) + ## 1.1.0.0 * Fix prepareRename reponse and prepareProvider (@kirelagin) diff --git a/lsp.cabal b/lsp.cabal index 087b87bc4..90f98bf96 100644 --- a/lsp.cabal +++ b/lsp.cabal @@ -1,6 +1,6 @@ cabal-version: 2.2 name: lsp -version: 1.1.0.0 +version: 1.1.1.0 synopsis: Haskell library for the Microsoft Language Server Protocol description: An implementation of the types, and basic message server to