diff --git a/CHANGELOG.md b/CHANGELOG.md index 3184fdc..ab68f71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # ChangeLog +## 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 + ## 0.5.19 (20 Feb 2017) * Fix Get "command 'nim.run.file' not found" when trying to run file [#37](https://github.com/pragmagic/vscode-nim/issues/37) * Add experimental option useNimsuggestCheck to use nimsuggest tools for error checking diff --git a/package.json b/package.json index 6ffad02..c5a4a37 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "nim", "displayName": "Nim", "description": "Nim language support for Visual Studio Code", - "version": "0.5.19", + "version": "0.5.20", "publisher": "kosz78", "author": { "name": "Xored Software Inc."