From 14b37c9618f6ff21e3d7c676eb13695a1b6147df Mon Sep 17 00:00:00 2001 From: Pepe Iborra Date: Mon, 1 Feb 2021 20:54:31 +0000 Subject: [PATCH 1/2] Prepare ghcide v0.7.3 release --- ghcide/CHANGELOG.md | 10 ++++++++++ ghcide/bench/config.yaml | 22 ++++++++++++---------- ghcide/ghcide.cabal | 2 +- 3 files changed, 23 insertions(+), 11 deletions(-) diff --git a/ghcide/CHANGELOG.md b/ghcide/CHANGELOG.md index bb0bc441f4..ebc314ddfa 100644 --- a/ghcide/CHANGELOG.md +++ b/ghcide/CHANGELOG.md @@ -1,3 +1,13 @@ +### 0.7.3 (2021-02-..) +* Add custom cache layer for session loading (#1197) - (fendor) +* Remove invalid exports (#1193) - (Kostas Dermentzis) +* Use exact print to suggestExtendImport - (Potato Hatsue) +* Add code actions for disabling a warning in the current file (#1235) - (George Thomas) +* Limit completions to top 40 (#1218) - (Pepe Iborra) +* Add traces for HLS providers (#1222) - (Pepe Iborra) +* Use exact print for suggest missing constraint code actions (#1221) - (Pepe Iborra) +* Parenthesise type operators when extending import lists (#1212) - (Thomas Winant) + ### 0.7.2 (2021-01-14) * Expose shakeOptions used - (Pepe Iborra) diff --git a/ghcide/bench/config.yaml b/ghcide/bench/config.yaml index 97b003cfb5..25cf408006 100644 --- a/ghcide/bench/config.yaml +++ b/ghcide/bench/config.yaml @@ -50,15 +50,17 @@ versions: # parent: # version to compare with in .diff graphs -# - v0.0.5 -# - v0.0.6 -# - v0.1.0 -# - v0.2.0 -# - v0.3.0 -# - v0.4.0 -# - v0.5.0 -# - v0.6.0 -# - v0.7.0 -# - v0.7.1 +# - ghcide-v0.0.5 +# - ghcide-v0.0.6 +# - ghcide-v0.1.0 +# - ghcide-v0.2.0 +# - ghcide-v0.3.0 +# - ghcide-v0.4.0 +# - ghcide-v0.5.0 +# - ghcide-v0.6.0 +# - ghcide-v0.7.0 +# - ghcide-v0.7.1 +# - ghcide-v0.7.2 +# - ghcide-v0.7.3 - upstream: origin/master - HEAD diff --git a/ghcide/ghcide.cabal b/ghcide/ghcide.cabal index 53126af81f..953a832383 100644 --- a/ghcide/ghcide.cabal +++ b/ghcide/ghcide.cabal @@ -2,7 +2,7 @@ cabal-version: 1.20 build-type: Simple category: Development name: ghcide -version: 0.7.2.0 +version: 0.7.3.0 license: Apache-2.0 license-file: LICENSE author: Digital Asset and Ghcide contributors From bbce8f6c69032086c25c1d132d10a192c739b6f6 Mon Sep 17 00:00:00 2001 From: Pepe Iborra Date: Mon, 1 Feb 2021 23:04:28 +0000 Subject: [PATCH 2/2] bump hls-plugin-api minimum bound --- ghcide/ghcide.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghcide/ghcide.cabal b/ghcide/ghcide.cabal index 953a832383..c85035b3b8 100644 --- a/ghcide/ghcide.cabal +++ b/ghcide/ghcide.cabal @@ -58,7 +58,7 @@ library haskell-lsp-types == 0.23.*, haskell-lsp == 0.23.*, hie-compat, - hls-plugin-api >= 0.6, + hls-plugin-api >= 0.7, lens, hiedb == 0.3.0.1, mtl,