Skip to content

Commit 4149ab5

Browse files
authored
Prepare release of ghcide 0.2.0 (#601)
* Prepare release of ghcide 0.2.0 * Fix year in copyright notices * Credit chshersh for the 8.10 support
1 parent 373c406 commit 4149ab5

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
### unreleased
22

3+
### 0.2.0 (2020-06-02)
4+
5+
* Multi-component support (thanks @mpickering)
6+
* Support for GHC 8.10 (thanks @sheaf and @chshersh)
7+
* Fix some TH issues (thanks @mpickering)
8+
* Automatically pick up changes to cradle dependencies (e.g. cabal
9+
files) (thanks @jinwoo)
10+
* Track dependencies when using `qAddDependentFile` (thanks @mpickering)
11+
* Add record fields to document symbols outline (thanks @bubba)
12+
* Fix some space leaks (thanks @mpickering)
13+
* Strip redundant path information from diagnostics (thanks @tek)
14+
* Fix import suggestions for operators (thanks @eddiemundo)
15+
* Significant reductions in memory usage by using interfaces and `.hie` files (thanks
16+
@pepeiborra)
17+
* Minor improvements to completions
18+
* More comprehensive suggestions for missing imports (thanks @pepeiborra)
19+
* Group imports in document outline (thanks @fendor)
20+
* Upgrade to haskell-lsp-0.22 (thanks @bubba)
21+
* Upgrade to hie-bios 0.5 (thanks @fendor)
22+
323
### 0.1.0 (2020-02-04)
424

525
* Code action for inserting new definitions (see #309).

ghcide.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ cabal-version: 1.20
22
build-type: Simple
33
category: Development
44
name: ghcide
5-
version: 0.1.0
5+
version: 0.2.0
66
license: Apache-2.0
77
license-file: LICENSE
88
author: Digital Asset
99
maintainer: Digital Asset
10-
copyright: Digital Asset 2018-2019
10+
copyright: Digital Asset 2018-2020
1111
synopsis: The core of an IDE
1212
description:
1313
A library for building Haskell IDE's on top of the GHC API.

0 commit comments

Comments
 (0)