From: Luke Lau Date: Sun, 15 Dec 2019 20:09:30 +0000 (+0000) Subject: Bump to 0.9.0.0 X-Git-Tag: 0.9.0.0 X-Git-Url: https://git.lukelau.me/?p=lsp-test.git;a=commitdiff_plain;h=2a1a602d8f21a042e6db4dce211a23cb138b8398 Bump to 0.9.0.0 --- diff --git a/ChangeLog.md b/ChangeLog.md index 2d4f611..17c926a 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,8 +1,11 @@ # Revision history for lsp-test -## 0.9.0.0 -- ??? +## 0.9.0.0 -- 2019-12-1 * Add `ignoreLogNotifications` config option +* Add ability to override `logStdErr` and `logMessages` config options with + the `LSP_TEST_LOG_STDERR` and `LOG_TEST_LOG_MESSAGES` environment variables +* Update for haskell-lsp-0.19.0.0 (@mpickering) ## 0.8.2.0 -- 2019-11-17 diff --git a/lsp-test.cabal b/lsp-test.cabal index b323deb..dcb6793 100644 --- a/lsp-test.cabal +++ b/lsp-test.cabal @@ -1,5 +1,5 @@ name: lsp-test -version: 0.8.2.0 +version: 0.9.0.0 synopsis: Functional test framework for LSP servers. description: A test framework for writing tests against