From b48d6d6a82949bdf095137c6669b9d3a0c5ed2cb Mon Sep 17 00:00:00 2001 From: Philipp Spiess Date: Tue, 5 Sep 2023 17:02:35 +0200 Subject: [PATCH] VS Code: Release 0.10.0 (#930) ## Test plan Just a version increase --- vscode/CHANGELOG.md | 8 ++++++++ vscode/package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/vscode/CHANGELOG.md b/vscode/CHANGELOG.md index 980802ebdd06..db0fcb0149a7 100644 --- a/vscode/CHANGELOG.md +++ b/vscode/CHANGELOG.md @@ -8,6 +8,14 @@ Starting from `0.2.0`, Cody is using `major.EVEN_NUMBER.patch` for release versi ### Added +### Fixed + +### Changed + +## [0.10.0] + +### Added + - New button in Chat UI to export chat history to a JSON file. [pull/829](https://github.com/sourcegraph/cody/pull/829) - Rank autocomplete suggestion with tree-sitter when `cody.autocomplete.experimental.syntacticPostProcessing` is enabled. [pull/837](https://github.com/sourcegraph/cody/pull/837) - Rate limit during autocomplete will now surface to the user through the status bar item. [pull/851](https://github.com/sourcegraph/cody/pull/851) diff --git a/vscode/package.json b/vscode/package.json index 190084bcc4ab..0448e1849a4e 100644 --- a/vscode/package.json +++ b/vscode/package.json @@ -2,7 +2,7 @@ "name": "cody-ai", "private": true, "displayName": "Cody AI", - "version": "0.8.0", + "version": "0.10.0", "publisher": "sourcegraph", "license": "Apache-2.0", "icon": "resources/cody.png",