Skip to content

Commit

Permalink
VS Code: Release 1.0.3 (#2447)
Browse files Browse the repository at this point in the history
Mainly for pushing out #2444 quickly.

## Test plan

- Just a version inc, CI will check

<!-- Required. See
https://sourcegraph.com/docs/dev/background-information/testing_principles.
-->
  • Loading branch information
philipp-spiess authored Dec 20, 2023
1 parent 6273f92 commit ea63565
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,18 @@ This is a log of all notable changes to Cody for VS Code. [Unreleased] changes a

### Fixed

- Fixes an issue where the prompt text was logged when not intended. [pulls/2444](https://github.com/sourcegraph/cody/pull/2444)
### Changed

## [1.0.3]

### Added

### Fixed

### Changed

- Logging improvements for accuracy. [pulls/2444](https://github.com/sourcegraph/cody/pull/2444)

## [1.0.2]

### Added
Expand Down
2 changes: 1 addition & 1 deletion vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cody-ai",
"private": true,
"displayName": "Cody AI",
"version": "1.0.2",
"version": "1.0.3",
"publisher": "sourcegraph",
"license": "Apache-2.0",
"icon": "resources/cody.png",
Expand Down

0 comments on commit ea63565

Please sign in to comment.