Skip to content

Commit

Permalink
Prepare for new releases (haskell#173)
Browse files Browse the repository at this point in the history
* Prepare for new releases

* More accurate changelog
  • Loading branch information
cocreature authored Oct 20, 2019
1 parent 23142e3 commit 58b997d
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 12 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
### unreleased

### 0.0.4 (2019-10-20)

* Add a ``--version`` cli option (thanks @jacg)
* Update to use progress reporting as defined in LSP 3.15. The VSCode
extension has also been updated and should now be making use of
this.
* Properly declare that we should support code actions. This helps
with some clients that rely on this information to enable code
actions (thanks @jacg).
* Fix a race condition caused by sharing the finder cache between
concurrent compilations.
* Avoid normalizing include dirs. This avoids issues where the same
file ends up twice in the module graph, e.g., with different casing
for drive letters.

### 0.0.3 (2019-09-21)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Note: `ghcide` was previously called `hie-core`.

Our vision is that you should build an IDE by combining:

<img style="float:right;" src="img/vscode2.png"/>
![vscode](https://raw.githubusercontent.com/digital-asset/ghcide/master/img/vscode2.png)

* [`hie-bios`](https://github.com/mpickering/hie-bios) for determining where your files are, what are their dependencies, what extensions are enabled and so on;
* `ghcide` (i.e. this library) for defining how to type check, when to type check, and producing diagnostic messages;
Expand Down
3 changes: 0 additions & 3 deletions extension/README.md

This file was deleted.

1 change: 1 addition & 0 deletions extension/README.md
8 changes: 4 additions & 4 deletions extension/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"publisher": "DigitalAssetHoldingsLLC",
"repository": {
"type": "git",
"url": "https://github.com/digitalasset/daml.git"
"url": "https://github.com/digital-asset/ghcide.git"
},
"description": "A simple extension to test out haskell ide core",
"version": "0.0.1",
"version": "0.0.2",
"license": "Apache-2.0",
"engines": {
"vscode": "^1.35.0"
Expand Down Expand Up @@ -67,6 +67,6 @@
"@types/vscode": "1.35.0",
"tslint": "^5.12.1",
"typescript": "^3.6.3",
"vsce": "^1.66.0"
"vsce": "^1.68.0"
}
}
2 changes: 1 addition & 1 deletion ghcide.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cabal-version: 1.20
build-type: Simple
category: Development
name: ghcide
version: 0.0.3
version: 0.0.4
license: Apache-2.0
license-file: LICENSE
author: Digital Asset
Expand Down

0 comments on commit 58b997d

Please sign in to comment.