diff --git a/CHANGELOG.md b/CHANGELOG.md index 92ed713b6..a4cb04745 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 0.6.74 - 8th February, 2018 + +* [Nikhil Raman (@cheesedosa)](https://github.com/cheesedosa) + * [Feature Request 1456](https://github.com/Microsoft/vscode-go/issues/1456): Show build/vet/lint status in status bar instead of opening output pane when run manually + +* [Ramya Rao (@ramya-rao-a)](https://github.com/ramya-rao-a) + * [Bug 1449](https://github.com/Microsoft/vscode-go/issues/1449): Rename fails due to cgo not being able to find the go executable. + * [Bug 1470](https://github.com/Microsoft/vscode-go/issues/1470): `Go: Build Workspace` command or the setting `"go.buildOnSave": "workspace"` results in persistent error from trying to build the root directory with no Go files. + * [Bug 1469](https://github.com/Microsoft/vscode-go/issues/1469): Formatting adds �� in Chinese files some times. + * [Bug 1481](https://github.com/Microsoft/vscode-go/issues/1481): Untitled files in empty workspace results in build errors + * [Bug 1483](https://github.com/Microsoft/vscode-go/issues/1483): Generating unit tests for a function generates tests for other functions with similar names + ## 0.6.72 - 9th January, 2018 * [Ramya Rao (@ramya-rao-a)](https://github.com/ramya-rao-a) diff --git a/Go-latest.vsix b/Go-latest.vsix index 388d4f8dd..804a37960 100644 Binary files a/Go-latest.vsix and b/Go-latest.vsix differ diff --git a/package.json b/package.json index 260f3edc3..59cd15149 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Go", - "version": "0.6.73", + "version": "0.6.74", "publisher": "lukehoban", "description": "Rich Go language support for Visual Studio Code", "author": {