From 6e607fc475b36eacd195731a43b5e613eeb79ad1 Mon Sep 17 00:00:00 2001 From: Ramya Achutha Rao Date: Thu, 27 Feb 2020 16:54:52 -0800 Subject: [PATCH] 0.13.1 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61b063695..ce720fec3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 0.13.1 - 27th February, 2020 + +* [Ilya Danilkin (@nezorflame)](https://github.com/nezorflame) + * Use v2 of the `gopkgs` tool to avoid the error in tool installation. Fixes [Bug 3050](https://github.com/Microsoft/vscode-go/issues/3050) with [PR 3057](https://github.com/Microsoft/vscode-go/pull/3057) + +* [Hyang-Ah Hana Kim (@hyangah)](https://github.com/hyangah) + * Stop tools listed in the `go.alternateTools` setting from appearing in the drop down resulting + from the `Go: Install/Update Tools` command. Fixes [Bug 3024](https://github.com/Microsoft/vscode-go/issues/3024) with [PR 3046](https://github.com/Microsoft/vscode-go/pull/3046) + +* [Ramya Rao (@ramya-rao-a)](https://github.com/ramya-rao-a) + * Ensure users on versions older than 0.3.1 of `gopls` get prompted to update the language server. + ## 0.13.0 - 3rd February, 2020 * [Henry Kwan (@piengeng)](https://github.com/piengeng) diff --git a/package.json b/package.json index b72cf7c56..e2ae0d907 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Go", - "version": "0.13.0", + "version": "0.13.1", "publisher": "ms-vscode", "description": "Rich Go language support for Visual Studio Code", "author": {