From 9feb7c75fe25ef7bf1439c9e84b53050b23c40bf Mon Sep 17 00:00:00 2001 From: Moritz Kiefer Date: Thu, 12 Dec 2019 20:04:34 +0100 Subject: [PATCH] Prepare for ghcide 0.0.5 release (#236) --- CHANGELOG.md | 10 ++++++++++ ghcide.cabal | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a455e4c4..c05c423e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ ### unreleased +### 0.0.5 (2019-12-12) + +* Support for GHC plugins (see #192) +* Update to haskell-lsp 0.18 (see #203) +* Initial support for `TemplateHaskell` (see #222) +* Code lenses for missing signatures. These are only shown if + `-Wmissing-signatures` is enabled. (see #224) +* Fix path normalisation on Windows (see #225) +* Fix flickering of the progress indicator (see #230) + ### 0.0.4 (2019-10-20) * Add a ``--version`` cli option (thanks @jacg) diff --git a/ghcide.cabal b/ghcide.cabal index 4b76dfd90..036dd4423 100644 --- a/ghcide.cabal +++ b/ghcide.cabal @@ -2,7 +2,7 @@ cabal-version: 1.20 build-type: Simple category: Development name: ghcide -version: 0.0.4 +version: 0.0.5 license: Apache-2.0 license-file: LICENSE author: Digital Asset