From 01e6610953b202e2e4c115dec44eb3871b02dd8e Mon Sep 17 00:00:00 2001 From: Kalan Chan Date: Wed, 21 Aug 2024 13:35:45 -0700 Subject: [PATCH] VS Code: Release v1.32.0 Release Checklist: - [x] [vscode/CHANGELOG.md](./CHANGELOG.md) - [x] [vscode/package.json](./package.json) - [ ] Link to PR for the release blog post --- 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 4eee9dadd8a8..fd27a34bf2e9 100644 --- a/vscode/CHANGELOG.md +++ b/vscode/CHANGELOG.md @@ -6,6 +6,14 @@ This is a log of all notable changes to Cody for VS Code. [Unreleased] changes a ### Added +### Fixed + +### Changed + +## 1.32.0 + +### Added + - Chat/Edit: Added an experimental "Smart Apply" button to code blocks that will attempt to apply the changes to the correct file via the Edit command. [pull/5038](https://github.com/sourcegraph/cody/pull/5038) - Edit: Added support to accept/reject specific changes when displaying a diff. [pull/4976](https://github.com/sourcegraph/cody/pull/4976) - Agent: Support for multiple workspace roots. [pull/5211](https://github.com/sourcegraph/cody/pull/5211) diff --git a/vscode/package.json b/vscode/package.json index 03664cb11c04..1867a8f019ec 100644 --- a/vscode/package.json +++ b/vscode/package.json @@ -3,7 +3,7 @@ "name": "cody-ai", "private": true, "displayName": "Cody: AI Coding Assistant with Autocomplete & Chat", - "version": "1.30.3", + "version": "1.32.0", "publisher": "sourcegraph", "license": "Apache-2.0", "icon": "resources/cody.png",