Skip to content

Commit

Permalink
Up version to 0.6.3, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kosz78 committed Feb 12, 2019
1 parent 6dc215f commit d1fe73f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
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.3 (12 Feb 2019)
* Shift-Enter: Send-Selected-Lines-To-REPL (#113)
* Add pragma snippet (#114)
* Nim check result reported in `Nim` output channel
* Add suggestion for imports (experimental feature)

## 0.6.2 (01 Dec 2018)
* Add workspace support (https://github.com/pragmagic/vscode-nim/issues/106)
* Syntax improvements (https://github.com/pragmagic/vscode-nim/issues/105)
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ This command available from file context menu or by `F6` keyboard shortcut.
## TODO

* Rename support
* Code action for imports (suggest available modules to import)
* Debug support

## ChangeLog
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nim",
"displayName": "Nim",
"description": "Nim language support for Visual Studio Code",
"version": "0.6.2",
"version": "0.6.3",
"publisher": "kosz78",
"author": {
"name": "Xored Software Inc."
Expand Down

0 comments on commit d1fe73f

Please sign in to comment.