From edd69eeb0b5b055ccbb0e4e1a6035f6cd9aaa551 Mon Sep 17 00:00:00 2001 From: Luke Lau Date: Sun, 29 Dec 2019 01:53:05 +0000 Subject: [PATCH] Bump to 0.10.0.0 --- ChangeLog.md | 5 +++++ lsp-test.cabal | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 17c926a..2ad3ba8 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,10 @@ # Revision history for lsp-test +## 0.10.0.0 -- 2019-12-29 + +* Account for messages received between the initialize request and response. + (Though it will throw an exception if the message received is an illegal one) + ## 0.9.0.0 -- 2019-12-1 * Add `ignoreLogNotifications` config option diff --git a/lsp-test.cabal b/lsp-test.cabal index 88c6f76..8df7405 100644 --- a/lsp-test.cabal +++ b/lsp-test.cabal @@ -1,5 +1,5 @@ name: lsp-test -version: 0.9.0.0 +version: 0.10.0.0 synopsis: Functional test framework for LSP servers. description: A test framework for writing tests against -- 2.30.2