From ba30dba07b808c2bb606b64bb39b6c7c7fb83078 Mon Sep 17 00:00:00 2001 From: Luke Lau Date: Thu, 13 Jun 2019 09:25:32 +0100 Subject: [PATCH] Bump to 0.5.4.0 Looks like I accidentally made a release that was out-of-date! --- ChangeLog.md | 11 +++++++++++ lsp-test.cabal | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 9397bfd..120160d 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,16 @@ # Revision history for lsp-test +## 0.5.4.0 -- 2019-06-13 + +* Fix `getDefinitions` for SingleLoc (@cocreature) +* Add `getCodeLenses` (@cocreature) + +## 0.5.3.0 -- 2019-06-13 + +* Update to haskell-lsp-0.14.0.0 (@cocreature) +* Support `TextDocumentDidChange` (@cocreature) +* Add non-file based `openDoc` (@cocreature) + ## 0.5.2.0 -- 2019-04-28 * Add `satisfy` parser combinator diff --git a/lsp-test.cabal b/lsp-test.cabal index f5b8f97..79e256e 100644 --- a/lsp-test.cabal +++ b/lsp-test.cabal @@ -1,5 +1,5 @@ name: lsp-test -version: 0.5.3.0 +version: 0.5.4.0 synopsis: Functional test framework for LSP servers. description: A test framework for writing tests against -- 2.30.2