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 30, 2017
1 parent 97e8a60 commit ca6e518
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.9.3

* Remove doubling single quote [6e8edbd](https://github.com/zjhmale/vscode-idris/commit/6e8edbd6eb0d64127577bb84569008281f26d650) [@be5invis](https://github.com/be5invis)
* Support option to turn of totality checking(partial warning) [1af2b48](https://github.com/zjhmale/vscode-idris/commit/1af2b488a4e4115a055983cb4e086456b371791d) [@be5invis](https://github.com/be5invis)
* Integrate [idringen](https://github.com/zjhmale/idringen), support project scaffolding [#87](https://github.com/zjhmale/vscode-idris/issues/87)
* Support search value by its type signature [#88](https://github.com/zjhmale/vscode-idris/issues/88)
* Fix loading path without any path separator when start REPL on Windows [#100](https://github.com/zjhmale/vscode-idris/issues/100) [@Cedric-Venet](https://github.com/Cedric-Venet)
* Fix `replCompletion` mode of auto-completion not working after type checking failed [#101](https://github.com/zjhmale/vscode-idris/issues/101)

## 0.9.0

* Improvement for using with standalone Idris file [#94](https://github.com/zjhmale/vscode-idris/issues/94)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
| [Project Scaffolding](https://github.com/zjhmale/vscode-idris/blob/master/FEATURES.md#project-scaffolding) | idris.new-project |
| [Search values by type signature](https://github.com/zjhmale/vscode-idris/blob/master/FEATURES.md#search-value-by-type) | idris.search |

**Heads up:** All the command above can also be triggered in the right-click menu
**Heads up:** All the commands above can also be triggered in the right-click menu

![menu](./images/screenshots/menu.gif)

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

0 comments on commit ca6e518

Please sign in to comment.