Skip to content

Commit

Permalink
Release ghcide 0.1.0 (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
cocreature committed Feb 4, 2020
1 parent 025fa5b commit 368cff7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,20 @@
### unreleased

### 0.1.0 (2020-02-04)

* Code action for inserting new definitions (see #309).
* Better default GC settings (see #329 and #333).
* Various performance improvements (see #322 and #384).
* Improvements to hover information (see #317 and #338).
* Support GHC 8.8.2 (see #355).
* Include keywords in completions (see #351).
* Fix some issues with aborted requests (see #353).
* Use hie-bios 0.4.0 (see #382).
* Avoid stuck progress reporting (see #400).
* Only show progress notifications after 0.1s (see #392).
* Progress reporting is now in terms of the number of files rather
than the number of shake rules (see #379).

### 0.0.6 (2020-01-10)

* Fix type in hover information for do-notation and list
Expand Down
2 changes: 1 addition & 1 deletion ghcide.cabal
Expand Up @@ -2,7 +2,7 @@ cabal-version: 1.20
build-type: Simple
category: Development
name: ghcide
version: 0.0.6
version: 0.1.0
license: Apache-2.0
license-file: LICENSE
author: Digital Asset
Expand Down

0 comments on commit 368cff7

Please sign in to comment.