Skip to content

Commit 82d2693

Browse files
committed
Prepare for release v0.7.2.0
1 parent e0928ab commit 82d2693

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

ghcide/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
### 0.7.1 (2020-01-13)
1+
### 0.7.2 (2020-01-14)
2+
* Expose shakeOptions used - (Pepe Iborra)
23

4+
### 0.7.1 (2020-01-13)
35
* Fix sticky diagnostics bug (#1188) - (Pepe Iborra)
46
* Use completionSnippetsOn flag (#1195) - (Yuya Kono)
57
* Update tested-with GHC in cabal config - (jneira)
@@ -13,7 +15,6 @@
1315
* fix suggestAddTypeAnnotation regex (#760) - (Kostas Dermentzis)
1416

1517
### 0.7.0 (2020-01-03)
16-
1718
* Ghcide now loads HLS plugins internally - (Pepe Iborra)
1819
* Retry a failed cradle if the cradle descriptor changes (#762) - (Pepe Iborra)
1920
* Fix extend imports regression (#769) - (Pepe Iborra)

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.1.0
5+
version: 0.7.2.0
66
license: Apache-2.0
77
license-file: LICENSE
88
author: Digital Asset and Ghcide contributors

0 commit comments

Comments
 (0)