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..c85035b3b8 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 @@ -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,