From 1411ca60663d1cc9eadf072e3471d7be5ef0fcd0 Mon Sep 17 00:00:00 2001 From: Ramya Achutha Rao Date: Wed, 10 Oct 2018 11:42:39 -0700 Subject: [PATCH] 0.6.91 --- CHANGELOG.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53988a343..b6d4ca67b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,14 @@ -## 0.6.91 - Coming Soon +## 0.6.91 - 10th October, 2018 * [Mathias Griffe (@Mathiasgr)](https://github.com/MathiasGr) * Fix the regression introduced in the previous update where the testify suites arent being indentified as tests by the codelens. [Bug 1968](https://github.com/Microsoft/vscode-go/issues/1968) fixed with [PR 1969](https://github.com/Microsoft/vscode-go/pull/1969) +* [Nuruddin Ashr (@uudashr)](https://github.com/uudashr) and [Alec Thomas (@alecthomas)](https://github.com/alecthomas) + * Improve the `iferr` snippet. [PR 1980](https://github.com/Microsoft/vscode-go/pull/1980) fixes [Bug 1962](https://github.com/Microsoft/vscode-go/issues/1962) + * [Ramya Rao (@ramya-rao-a)](https://github.com/ramya-rao-a) * Fix the bug where code coverage is not displayed when using Go modules. [Bug 1927](https://github.com/Microsoft/vscode-go/issues/1927) + * Fix the bug where file paths in the test output are not clickable when using Go modules. [Bug 1973](https://github.com/Microsoft/vscode-go/issues/1973) * Dont display the `Analysis Tools Missing` warning for the forks of `godef` and `gocode`. They are needed only when using Go modules and there are prompts to install them when the extension detects the use of modules. diff --git a/package.json b/package.json index 0f12cd4dd..04b99c7e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Go", - "version": "0.6.91-beta.2", + "version": "0.6.91", "publisher": "ms-vscode", "description": "Rich Go language support for Visual Studio Code", "author": {