From: Luke Lau Date: Sun, 7 Apr 2019 18:15:02 +0000 (+0100) Subject: Bump to 0.5.1.0 X-Git-Tag: 0.5.1.2~4 X-Git-Url: http://git.lukelau.me/?p=lsp-test.git;a=commitdiff_plain;h=e0220090747dd954341f6c17551f1200deab03b8 Bump to 0.5.1.0 --- diff --git a/.travis.yml b/.travis.yml index 4dc2e29..494ec7d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,7 @@ before_install: - git init - git remote add origin https://github.com/haskell/haskell-ide-engine.git - git pull origin master - - git checkout 89988b66a7b2d305740a9a085009a21fd4c80adf + - git checkout 4c64789597cec9e73c9aeb901d9f6d0bb58251d9 - git submodule init - git submodule sync - git submodule update --init diff --git a/ChangeLog.md b/ChangeLog.md index 08e4c20..72ae186 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,9 @@ # Revision history for lsp-test +## 0.5.1.0 -- 2019-04-07 + +* Add getTypeDefinitions (@fendor) + ## 0.5.0.2 -- 2018-12-05 * Fix loose threads when exceptions are thrown diff --git a/lsp-test.cabal b/lsp-test.cabal index 4eff6cf..96c2ca3 100644 --- a/lsp-test.cabal +++ b/lsp-test.cabal @@ -1,5 +1,5 @@ name: lsp-test -version: 0.5.0.2 +version: 0.5.1.0 synopsis: Functional test framework for LSP servers. description: A test framework for writing tests against @@ -15,13 +15,13 @@ author: Luke Lau maintainer: luke_lau@icloud.com stability: experimental bug-reports: https://github.com/Bubba/haskell-lsp-test/issues -copyright: 2018 Luke Lau +copyright: 2019 Luke Lau category: Testing build-type: Simple cabal-version: 2.0 extra-source-files: README.md , ChangeLog.md -tested-with: GHC == 8.2.2 , GHC == 8.4.2 , GHC == 8.4.3 +tested-with: GHC == 8.2.2 , GHC == 8.4.2 , GHC == 8.4.3, GHC == 8.6.4 source-repository head type: git diff --git a/stack.yaml b/stack.yaml index 119fa6a..7a2a978 100644 --- a/stack.yaml +++ b/stack.yaml @@ -1,4 +1,4 @@ -resolver: lts-13.9 +resolver: lts-13.15 packages: - .