From 6f7c7ca2c94ae293c99a08a9ffedec9d4d238d6e Mon Sep 17 00:00:00 2001 From: Ramya Achutha Rao Date: Sun, 7 Jul 2019 12:00:51 -0700 Subject: [PATCH] 0.11.3 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6b7833de..421b61ebf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 0.11.3 - 7th July, 2019 + +* [Ramya Rao (@ramya-rao-a)](https://github.com/ramya-rao-a) + * Revert marking `go.goroot` setting to be of scope `machine` in order to support it to be configured at worksapce level. More in this is discussed at [2576](https://github.com/microsoft/vscode-go/issues/2576). + * Support custom arguments when running tests by passing them after `-args` in `go.testFlags` setting. Fixes [Bug 2457](https://github.com/microsoft/vscode-go/issues/2457) + +* [James George (@jamesgeorge007)](https://github.com/jamesgeorge007) + * Update README to contain Table of Contents. [PR 2634](https://github.com/Microsoft/vscode-go/pull/2634) + + ## 0.11.2 - 5th July, 2019 * [Ramya Rao (@ramya-rao-a)](https://github.com/ramya-rao-a) diff --git a/package.json b/package.json index f8653ca9f..19c146c59 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Go", - "version": "0.11.2", + "version": "0.11.3", "publisher": "ms-vscode", "description": "Rich Go language support for Visual Studio Code", "author": {