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

Commit

Permalink
Prepare for v0.6.0 release (#940)
Browse files Browse the repository at this point in the history
* Prepare for v0.6.0 release

* Credit @mpardalos for the opentelemetry work
  • Loading branch information
pepeiborra committed Dec 9, 2020
1 parent 92db820 commit baafe2c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
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 @@ -53,5 +53,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

0 comments on commit baafe2c

Please sign in to comment.