Skip to content

Commit

Permalink
Bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
zjhmale committed Apr 8, 2017
1 parent 9faa766 commit 1076fa6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.8.0

* Performance improvement for `Search Symbol` [#70](https://github.com/zjhmale/vscode-idris/issues/70)
* Remove default keybindings completely [#69](https://github.com/zjhmale/vscode-idris/issues/69)
* `Find All References` [#27](https://github.com/zjhmale/vscode-idris/issues/27)
* `Rename Symbol` [#50](https://github.com/zjhmale/vscode-idris/issues/50)
* Update code snippets [#61](https://github.com/zjhmale/vscode-idris/issues/61)

## 0.6.9

* Support `Go to Symbol` and `Search Symbol` [#48](https://github.com/zjhmale/vscode-idris/issues/48)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Idris",
"description": "Idris Language Support for Visual Studio Code",
"version": "0.6.9",
"version": "0.8.0",
"publisher": "zjhmale",
"engines": {
"vscode": "^1.8.0"
Expand Down

0 comments on commit 1076fa6

Please sign in to comment.