Skip to content

Commit

Permalink
Merge pull request #31 from meraymond2/v0.0.7
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
meraymond2 authored Dec 23, 2020
2 parents e546045 + 964fdef commit d2da397
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
## Unreleased
### Added
### Changed
### Fixed

## 0.0.7
### Added
### Changed
- Trim leading `?` so hover can show types of metavariables.
- Bump client version to 0.1.4, which has better Idris 2 support.
- Bump idris-ide-client version to 0.1.4, which has better Idris 2 support.
### Fixed
- Fix a bug where extension would prompt for reload on _any_ config change.
- Workaround a bug in Idris 2 where it would mangle messages based on a mis-inferred terminal width.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "idris-vscode",
"publisher": "meraymond",
"displayName": "Idris Language",
"description": "Idris language support.",
"version": "0.0.6",
"description": "Language support for Idris and Idris 2.",
"version": "0.0.7",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit d2da397

Please sign in to comment.