From 0e37786c48df36b01ed2f5129cfb5b03a2a8ea82 Mon Sep 17 00:00:00 2001 From: hitesh-1997 Date: Mon, 26 Aug 2024 01:06:04 +0530 Subject: [PATCH] Bump version and update changelog --- 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 cb1c590f2dfd..f78fae180260 100644 --- a/vscode/CHANGELOG.md +++ b/vscode/CHANGELOG.md @@ -2,6 +2,16 @@ This is a log of all notable changes to Cody for VS Code. [Unreleased] changes are included in the nightly pre-release builds. + +## 1.32.3 + +### Added +- Autocomplete Refactoring: Extract fast-path client for the fireworks provider. [pull/5284](https://github.com/sourcegraph/cody/pull/5284) +- Autocomplete Refactoring: Reduce `createProviderConfig` duplication. [pull/5282](https://github.com/sourcegraph/cody/pull/5282) +- Autocomplete Refactoring: Remove starcoder2. [pull/5283](https://github.com/sourcegraph/cody/pull/5283) +- Autocomplete Refactoring: Remove unused models in the fireworks provider. [pull/5286](https://github.com/sourcegraph/cody/pull/5286) +- Autocomplete Refactoring: Refactor the Fireworks provider. [pull/5307](https://github.com/sourcegraph/cody/pull/5307) + ## 1.32.2 ### Fixed diff --git a/vscode/package.json b/vscode/package.json index 5a01afc1b723..cfc37d5832a7 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.32.2", + "version": "1.32.3", "publisher": "sourcegraph", "license": "Apache-2.0", "icon": "resources/cody.png",