Skip to content
This repository has been archived by the owner on Jan 2, 2021. It is now read-only.

Commit

Permalink
Prepare release of ghcide 0.2.0 (#601)
Browse files Browse the repository at this point in the history
* Prepare release of ghcide 0.2.0

* Fix year in copyright notices

* Credit chshersh for the 8.10 support
  • Loading branch information
cocreature authored Jun 2, 2020
1 parent 373c406 commit 4149ab5
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
### unreleased

### 0.2.0 (2020-06-02)

* Multi-component support (thanks @mpickering)
* Support for GHC 8.10 (thanks @sheaf and @chshersh)
* Fix some TH issues (thanks @mpickering)
* Automatically pick up changes to cradle dependencies (e.g. cabal
files) (thanks @jinwoo)
* Track dependencies when using `qAddDependentFile` (thanks @mpickering)
* Add record fields to document symbols outline (thanks @bubba)
* Fix some space leaks (thanks @mpickering)
* Strip redundant path information from diagnostics (thanks @tek)
* Fix import suggestions for operators (thanks @eddiemundo)
* Significant reductions in memory usage by using interfaces and `.hie` files (thanks
@pepeiborra)
* Minor improvements to completions
* More comprehensive suggestions for missing imports (thanks @pepeiborra)
* Group imports in document outline (thanks @fendor)
* Upgrade to haskell-lsp-0.22 (thanks @bubba)
* Upgrade to hie-bios 0.5 (thanks @fendor)

### 0.1.0 (2020-02-04)

* Code action for inserting new definitions (see #309).
Expand Down
4 changes: 2 additions & 2 deletions ghcide.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ cabal-version: 1.20
build-type: Simple
category: Development
name: ghcide
version: 0.1.0
version: 0.2.0
license: Apache-2.0
license-file: LICENSE
author: Digital Asset
maintainer: Digital Asset
copyright: Digital Asset 2018-2019
copyright: Digital Asset 2018-2020
synopsis: The core of an IDE
description:
A library for building Haskell IDE's on top of the GHC API.
Expand Down

0 comments on commit 4149ab5

Please sign in to comment.