Skip to content

Commit

Permalink
Bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
swr1bm86 committed Apr 6, 2017
1 parent 1119626 commit 55f46f4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.6.9

* Support `Go to Symbol` and `Search Symbol` [#48](https://github.com/zjhmale/vscode-idris/issues/48)
* `Find definition` improvement [#67](https://github.com/zjhmale/vscode-idris/issues/67)
* Fix `Can't find import` bug for typechecking [#66](https://github.com/zjhmale/vscode-idris/issues/66)

## 0.6.6

* `Go to Definition` and `Peek Definition` improvement [#63](https://github.com/zjhmale/vscode-idris/issues/63)
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.6",
"version": "0.6.9",
"publisher": "zjhmale",
"engines": {
"vscode": "^1.8.0"
Expand Down

0 comments on commit 55f46f4

Please sign in to comment.