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 9, 2017
1 parent f2faaf9 commit b71f5b8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.8.3

* Update syntax file to support numbers in module names [2ceb72d](https://github.com/zjhmale/vscode-idris/commit/2ceb72ddb72df2d3e51586a50485a80f694dd7cc) [@be5invis](https://github.com/be5invis)
* Support Latex snippets [#49](https://github.com/zjhmale/vscode-idris/issues/49)
* Support go to module file from import clause [#72](https://github.com/zjhmale/vscode-idris/issues/72)
* Support go to definition with module alias and re-export import clause [#71](https://github.com/zjhmale/vscode-idris/issues/71)

## 0.8.0

* Performance improvement for `Search Symbol` [#70](https://github.com/zjhmale/vscode-idris/issues/70)
Expand Down Expand Up @@ -30,7 +37,7 @@

* Fix huge memory usage issue [#52](https://github.com/zjhmale/vscode-idris/issues/52)
* Fix shortcuts confliction again [#53](https://github.com/zjhmale/vscode-idris/issues/53)
* Update commands title [#54](https://github.com/zjhmale/vscode-idris/issues/54)
* Update commands' title [#54](https://github.com/zjhmale/vscode-idris/issues/54)

## 0.6.0

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.8.0",
"version": "0.8.3",
"publisher": "zjhmale",
"engines": {
"vscode": "^1.8.0"
Expand Down

0 comments on commit b71f5b8

Please sign in to comment.