From 870a306364c71c16199756413251723135289550 Mon Sep 17 00:00:00 2001 From: Philipp Spiess Date: Mon, 7 Aug 2023 18:14:39 +0200 Subject: [PATCH] VS Code: Release 0.6.5 (#592) ## Waiting for - [x] https://github.com/sourcegraph/cody/pull/581 - [x] https://github.com/sourcegraph/cody/pull/591 - [x] https://github.com/sourcegraph/cody/pull/594 - [x] https://github.com/sourcegraph/cody/pull/593 - [x] https://github.com/sourcegraph/cody/pull/597 ## Test plan Just a release change --- 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 be35d5678942..95a7eed83f42 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.6.5] + +### Added + - Custom Commands: An experimental feature for creating Cody chat commands with custom prompts and context. [pull/386](https://github.com/sourcegraph/cody/pull/386) - Custom Commands: Quick pick menu for running default and custom commands. [pull/386](https://github.com/sourcegraph/cody/pull/386) - New commands: diff --git a/vscode/package.json b/vscode/package.json index 1a49bd5bc5d0..22fa240bd832 100644 --- a/vscode/package.json +++ b/vscode/package.json @@ -2,7 +2,7 @@ "name": "cody-ai", "private": true, "displayName": "Cody AI", - "version": "0.6.4", + "version": "0.6.5", "publisher": "sourcegraph", "license": "Apache-2.0", "icon": "resources/cody.png",