From 9eb60f9fefa88fbb98d8c6f3eb998292c88c05ad Mon Sep 17 00:00:00 2001 From: Luke Lau Date: Mon, 5 Oct 2020 13:51:48 +0100 Subject: [PATCH] Prepare for 0.23.0.0 This should contain the last changes before the big 1.0.0.0 merge --- ChangeLog.md | 11 +++++++++++ haskell-lsp-types/ChangeLog.md | 13 +++++++++++++ haskell-lsp-types/haskell-lsp-types.cabal | 2 +- haskell-lsp.cabal | 4 ++-- 4 files changed, 27 insertions(+), 3 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 4f5fb8ec7..82df8af26 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,16 @@ # Revision history for haskell-lsp +## 0.23.0.0 + +* Add runWith for transporots other than stdio (@paulyoung) +* Fix race condition in event captures (@bgamari) +* Tweak the sectionSeparator (@alanz) +* Add hashWithSaltInstances (@ndmitchell) +* Fix CompletionItem.tags not being optional (@bubba) +* Avoid unnecessary normalisation in Binary instance for + NormalizedFilePath (@cocreature) +* Fix ordering of TH splices (@fendor) + ## 0.22.0.0 * ResponseMessage results are now an Either type (@greenhat) diff --git a/haskell-lsp-types/ChangeLog.md b/haskell-lsp-types/ChangeLog.md index fc11461d6..347a0ea26 100644 --- a/haskell-lsp-types/ChangeLog.md +++ b/haskell-lsp-types/ChangeLog.md @@ -1,5 +1,18 @@ # Revision history for haskell-lsp-types +## 0.23.0.0 + +* Add runWith for transporots other than stdio (@paulyoung) +* Fix race condition in event captures (@bgamari) +* Tweak the sectionSeparator (@alanz) +* Add hashWithSaltInstances (@ndmitchell) +* Fix CompletionItem.tags not being optional (@bubba) +* Avoid unnecessary normalisation in Binary instance for + NormalizedFilePath (@cocreature) +* Fix ordering of TH splices (@fendor) + +## 0.22.0.0 + * ResponseMessage results are now an Either type (@greenhat) * Support for GHC 8.10.1 diff --git a/haskell-lsp-types/haskell-lsp-types.cabal b/haskell-lsp-types/haskell-lsp-types.cabal index b73eab913..6a24bb147 100644 --- a/haskell-lsp-types/haskell-lsp-types.cabal +++ b/haskell-lsp-types/haskell-lsp-types.cabal @@ -1,5 +1,5 @@ name: haskell-lsp-types -version: 0.22.0.0 +version: 0.23.0.0 synopsis: Haskell library for the Microsoft Language Server Protocol, data types description: An implementation of the types to allow language implementors to diff --git a/haskell-lsp.cabal b/haskell-lsp.cabal index 7c7d1f235..cacb1672c 100644 --- a/haskell-lsp.cabal +++ b/haskell-lsp.cabal @@ -1,5 +1,5 @@ name: haskell-lsp -version: 0.22.0.0 +version: 0.23.0.0 synopsis: Haskell library for the Microsoft Language Server Protocol description: An implementation of the types, and basic message server to @@ -46,7 +46,7 @@ library , filepath , hslogger , hashable - , haskell-lsp-types == 0.22.* + , haskell-lsp-types == 0.23.* , lens >= 4.15.2 , mtl , network-uri