From 5e74f639f6a4c640be4042bfbfad59ac70f08ed4 Mon Sep 17 00:00:00 2001 From: Luke Lau Date: Mon, 25 Jan 2021 11:30:43 +0000 Subject: [PATCH] Bump to 0.12.0.0 --- ChangeLog.md | 4 ++++ lsp-test.cabal | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index ee25df7..0d2f8b1 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,9 @@ # Revision history for lsp-test +## 0.12.0.0 -- 2021-01-25 + +* Add `getIncompleteProgressSessions` to track in ongoing progress sessions (@wz1000) + ## 0.11.0.0 -- 2020-05-14 * Replace `openDoc'` with `createDoc` which now sends diff --git a/lsp-test.cabal b/lsp-test.cabal index 5016ba2..97ce05a 100644 --- a/lsp-test.cabal +++ b/lsp-test.cabal @@ -1,5 +1,5 @@ name: lsp-test -version: 0.11.0.7 +version: 0.12.0.0 synopsis: Functional test framework for LSP servers. description: A test framework for writing tests against @@ -16,7 +16,7 @@ license-file: LICENSE author: Luke Lau maintainer: luke_lau@icloud.com bug-reports: https://github.com/bubba/lsp-test/issues -copyright: 2020 Luke Lau +copyright: 2021 Luke Lau category: Testing build-type: Simple cabal-version: 2.0 -- 2.30.2