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

Prepare for v0.6.0 release #940

Merged
merged 2 commits into from
Dec 9, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
### 0.5.0 (2020-10-08)
### 0.6.0 (2020-12-06)
* Completions: extend explicit import list automatically (#930) - (Guru Devanla)
* Completions for identifiers not in explicit import lists (#919) - (Guru Devanla)
* Completions for record fields (#900) - (Guru Devanla)
* Bugfix: add constructors to import lists correctly (#916) - (Potato Hatsue)
* Bugfix: respect qualified identifiers (#938) - (Pepe Iborra)
* Bugfix: partial `pathToId` (#926) - (Samuel Ainsworth)
* Bugfix: import suggestions when there's more than one option (#913) - (Guru Devanla)
* Bugfix: parenthesize operators when exporting (#906) - (Potato Hatsue)
* Opentelemetry traces and heapsize memory analysis (#922) - (Michalis Pardalos / Pepe Iborra)
* Make Filetargets absolute before continue using them (#914) - (fendor)
* Do not enable every "unnecessary" warning by default (#907) - (Alejandro Serrano)
* Update implicit-hie to 0.3.0 (#905) - (Avi Dessauer)

### 0.5.0 (2020-11-07)
* Use implicit-hie-0.1.2.0 (#880) - (Javier Neira)
* Clarify and downgrade implicit-hie message (#883) - (Avi Dessauer)
* Switch back to bytecode (#873) - (wz1000)
Expand Down
2 changes: 2 additions & 0 deletions bench/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,7 @@ versions:
# - v0.2.0
# - v0.3.0
# - v0.4.0
# - v0.5.0
# - v0.6.0
- upstream: origin/master
- HEAD
2 changes: 1 addition & 1 deletion ghcide.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cabal-version: 1.20
build-type: Simple
category: Development
name: ghcide
version: 0.5.0
version: 0.6.0
license: Apache-2.0
license-file: LICENSE
author: Digital Asset and Ghcide contributors
Expand Down