From b178e63e3f066e619112d551a7ddcaf2a1732bfe Mon Sep 17 00:00:00 2001 From: Konstantin Zaitsev Date: Fri, 10 Mar 2017 21:08:16 +0700 Subject: [PATCH] Update version to 0.5.20 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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."