From f0ad407a411227b5fca75604e6a78295fe68568e Mon Sep 17 00:00:00 2001 From: Philipp Spiess Date: Thu, 21 Sep 2023 15:30:22 +0100 Subject: [PATCH] VS Code: Release 0.12.1 (#1133) Contains bc02e84c8aaa29b89f960f67964075302b568e63 and 6c4e19f4ddecb249c09ab741074c1cbee90a754d ## Test plan Change log and version change only --- vscode/CHANGELOG.md | 10 ++++++++++ vscode/package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/vscode/CHANGELOG.md b/vscode/CHANGELOG.md index c16657d073c8..96b974136f98 100644 --- a/vscode/CHANGELOG.md +++ b/vscode/CHANGELOG.md @@ -14,6 +14,16 @@ Starting from `0.2.0`, Cody is using `major.EVEN_NUMBER.patch` for release versi ### Changed +## [0.12.1] + +### Added + +### Fixed + +- Fixes an issue that caused the `cody-autocomplete-claude-instant-infill` feature flag to have no effect. [pull/1132](https://github.com/sourcegraph/cody/pull/1132) + +### Changed + ## [0.12.0] ### Added diff --git a/vscode/package.json b/vscode/package.json index 338ae5200769..ffb2942b2606 100644 --- a/vscode/package.json +++ b/vscode/package.json @@ -2,7 +2,7 @@ "name": "cody-ai", "private": true, "displayName": "Cody AI", - "version": "0.12.0", + "version": "0.12.1", "publisher": "sourcegraph", "license": "Apache-2.0", "icon": "resources/cody.png",