Prepare for v0.6.0 release (#940)

* Prepare for v0.6.0 release

* Credit @mpardalos for the opentelemetry work
This commit is contained in:
Pepe Iborra 2020-12-09 08:35:09 +00:00 committed by GitHub
parent 92db8207e2
commit baafe2cb82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 18 additions and 2 deletions

View File

@ -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)

View File

@ -53,5 +53,7 @@ versions:
# - v0.2.0
# - v0.3.0
# - v0.4.0
# - v0.5.0
# - v0.6.0
- upstream: origin/master
- HEAD

View File

@ -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