Skip to content

Commit

Permalink
Up version to 0.6.1, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kosz78 committed Oct 7, 2018
1 parent b4960e9 commit 0829b32
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ChangeLog

## 0.6.1 (07 Oct 2018)
* Add progress indication in nim check
* Fixed Auto-formatting issue [#79](https://github.com/pragmagic/vscode-nim/issues/79)

## 0.6.0 (23 Sep 2018)
* Update extesion to the latest VSCode codebase
* Add support for breakpoints in source code and CPPTool extension for debug support
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.0",
"version": "0.6.1",
"publisher": "kosz78",
"author": {
"name": "Xored Software Inc."
Expand Down

0 comments on commit 0829b32

Please sign in to comment.