Skip to content

Commit

Permalink
Update version to 0.5.21
Browse files Browse the repository at this point in the history
  • Loading branch information
kosz78 committed Mar 21, 2017
1 parent 22bb454 commit 6fe5cb9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# ChangeLog

## 0.5.21 (21 Mar 2017)
* Refixed [#32](https://github.com/pragmagic/vscode-nim/issues/32) [PR #45](https://github.com/pragmagic/vscode-nim/pull/45)
* Added support for auto bracket closing in nimble files [PR #45](https://github.com/pragmagic/vscode-nim/pull/45)
* Improved the identation pattern to work on statement macros [PR #45](https://github.com/pragmagic/vscode-nim/pull/45)
* Add output directory configuration for run selected file command
* Improve code completion filtering

## 0.5.20 (10 Mar 2017)
* Allows compile/run files in a path with spaces [PR #41](https://github.com/pragmagic/vscode-nim/pull/41)
* Improve experimental nimsuggest check support
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ The following Visual Studio Code settings are available for the Nim extension.
"nim.buildCommand": "c",
"nim.lintOnSave": true,
"nim.project": ["project.nim", "project2.nim"],
"nim.licenseString": "# Copyright 2016.\n\n"
"nim.licenseString": "# Copyright 2017.\n\n"
}
```

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.5.20",
"version": "0.5.21",
"publisher": "kosz78",
"author": {
"name": "Xored Software Inc."
Expand Down

0 comments on commit 6fe5cb9

Please sign in to comment.