Skip to content

Commit dfd9bd3

Browse files
committed
Prepare ghcide v0.7.4 release
1 parent 79c5cc7 commit dfd9bd3

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

ghcide/CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
### 0.7.3 (2021-02-..)
1+
### 0.7.4 (2021-02-08)
2+
* Support for references via hiedb (#704) - wz1000
3+
* Fix space leak on cradle reloads (#1316) - Pepe Iborra
4+
* Trigger extending import only when the item is not in scope (#1309) - Potato Hatsue
5+
* Don't extend the import list with child if the parent has already been imported as (..) (#1302) - Potato Hatsue
6+
* FindImports typo (minor) (#1291) - Andy
7+
* Reenable auto extend imports and drop snippets for infix completions (#1266) - Pepe Iborra
8+
* ghcide: Implements a CodeAction to disambiguate ambiguous symbols (#1264) - Hiromi Ishii
9+
* Restore code actions order (#1273) - Pepe Iborra
10+
11+
### 0.7.3 (2021-02-04)
212
* Add custom cache layer for session loading (#1197) - (fendor)
313
* Remove invalid exports (#1193) - (Kostas Dermentzis)
414
* Use exact print to suggestExtendImport - (Potato Hatsue)

ghcide/bench/config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ versions:
6565
# - ghcide-v0.7.1
6666
# - ghcide-v0.7.2
6767
# - ghcide-v0.7.3
68+
# - ghcide-v0.7.4
6869
- upstream: origin/master
6970
- HEAD
7071

ghcide/ghcide.cabal

Lines changed: 1 addition & 1 deletion
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.3.0
5+
version: 0.7.4.0
66
license: Apache-2.0
77
license-file: LICENSE
88
author: Digital Asset and Ghcide contributors

ghcide/session-loader/Development/IDE/Session.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ The logic for setting up a ghcide session by tapping into hie-bios.
77
-}
88
module Development.IDE.Session
99
(SessionLoadingOptions(..)
10+
,CacheDirs(..)
1011
,defaultLoadingOptions
1112
,loadSession
1213
,loadSessionWithOptions

0 commit comments

Comments
 (0)