Skip to content

Commit b9c6869

Browse files
pepeiborraAilrun
authored andcommitted
Prepare ghcide v0.7.3 release (#1289)
* Prepare ghcide v0.7.3 release * bump hls-plugin-api minimum bound Co-authored-by: Junyoung/Clare Jang <[email protected]>
1 parent b613280 commit b9c6869

File tree

3 files changed

+24
-12
lines changed

3 files changed

+24
-12
lines changed

ghcide/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
### 0.7.3 (2021-02-..)
2+
* Add custom cache layer for session loading (#1197) - (fendor)
3+
* Remove invalid exports (#1193) - (Kostas Dermentzis)
4+
* Use exact print to suggestExtendImport - (Potato Hatsue)
5+
* Add code actions for disabling a warning in the current file (#1235) - (George Thomas)
6+
* Limit completions to top 40 (#1218) - (Pepe Iborra)
7+
* Add traces for HLS providers (#1222) - (Pepe Iborra)
8+
* Use exact print for suggest missing constraint code actions (#1221) - (Pepe Iborra)
9+
* Parenthesise type operators when extending import lists (#1212) - (Thomas Winant)
10+
111
### 0.7.2 (2021-01-14)
212
* Expose shakeOptions used - (Pepe Iborra)
313

ghcide/bench/config.yaml

+12-10
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,17 @@ versions:
5050
# parent: <tag/branch/commithash> # version to compare with in .diff graphs
5151

5252

53-
# - v0.0.5
54-
# - v0.0.6
55-
# - v0.1.0
56-
# - v0.2.0
57-
# - v0.3.0
58-
# - v0.4.0
59-
# - v0.5.0
60-
# - v0.6.0
61-
# - v0.7.0
62-
# - v0.7.1
53+
# - ghcide-v0.0.5
54+
# - ghcide-v0.0.6
55+
# - ghcide-v0.1.0
56+
# - ghcide-v0.2.0
57+
# - ghcide-v0.3.0
58+
# - ghcide-v0.4.0
59+
# - ghcide-v0.5.0
60+
# - ghcide-v0.6.0
61+
# - ghcide-v0.7.0
62+
# - ghcide-v0.7.1
63+
# - ghcide-v0.7.2
64+
# - ghcide-v0.7.3
6365
- upstream: origin/master
6466
- HEAD

ghcide/ghcide.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cabal-version: 1.20
22
build-type: Simple
33
category: Development
44
name: ghcide
5-
version: 0.7.2.0
5+
version: 0.7.3.0
66
license: Apache-2.0
77
license-file: LICENSE
88
author: Digital Asset and Ghcide contributors
@@ -58,7 +58,7 @@ library
5858
haskell-lsp-types == 0.23.*,
5959
haskell-lsp == 0.23.*,
6060
hie-compat,
61-
hls-plugin-api >= 0.6,
61+
hls-plugin-api >= 0.7,
6262
lens,
6363
mtl,
6464
network-uri,

0 commit comments

Comments
 (0)