From: Luke Lau Date: Sun, 29 Dec 2019 01:53:05 +0000 (+0000) Subject: Bump to 0.10.0.0 X-Git-Tag: 0.10.0.0 X-Git-Url: http://git.lukelau.me/?p=lsp-test.git;a=commitdiff_plain;h=edd69eeb0b5b055ccbb0e4e1a6035f6cd9aaa551 Bump to 0.10.0.0 --- 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