From 2a1a602d8f21a042e6db4dce211a23cb138b8398 Mon Sep 17 00:00:00 2001 From: Luke Lau Date: Sun, 15 Dec 2019 20:09:30 +0000 Subject: [PATCH] Bump to 0.9.0.0 --- ChangeLog.md | 5 ++++- lsp-test.cabal | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) 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 -- 2.30.2