Skip to content

Commit

Permalink
chore/release: Bump package version and update changelog for 1.52 (#6414
Browse files Browse the repository at this point in the history
)

## Test plan

<!-- Required. See
https://docs-legacy.sourcegraph.com/dev/background-information/testing_principles.
-->

Created as instructed by the Release Captain Playbook

## Changelog

<!-- OPTIONAL; info at
https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c
-->
  • Loading branch information
abeatrix authored Dec 18, 2024
1 parent 39759e3 commit c220724
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
20 changes: 18 additions & 2 deletions vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,22 @@ This is a log of all notable changes to Cody for VS Code.

### Uncategorized

## 1.52.0

### Added

### Fixed

### Changed
- disable command execution by default [pull/6296](https://github.com/sourcegraph/cody/pull/6296)

#### Tracing & Logging
- Remove legacy back-compat (#6265) [pull/6276](https://github.com/sourcegraph/cody/pull/6276)
- Adding Distributed Tracing and Smart Apply to cody [pull/6178](https://github.com/sourcegraph/cody/pull/6178)

### Experimental Features
- Deep Cody: remove setting Deep Cody as default model. [pull/6308](https://github.com/sourcegraph/cody/pull/6308)

## 1.50.0

### Added
Expand All @@ -24,8 +40,8 @@ This is a log of all notable changes to Cody for VS Code.
- suppress emission of characters on emacs keybindings [pull/6210](https://github.com/sourcegraph/cody/pull/6210)
- use local storage to save repo accessibility [pull/6193](https://github.com/sourcegraph/cody/pull/6193)

#### Deep Cody
- fix(deep-cody): wildcard should not be ignored in allow list for shell context [pull/6256](https://github.com/sourcegraph/cody/pull/6256)
### Experimental Features
- Deep Cody: wildcard should not be ignored in allow list for shell context [pull/6256](https://github.com/sourcegraph/cody/pull/6256)
- Deep Cody: loading message for context fetching step [pull/6241](https://github.com/sourcegraph/cody/pull/6241)
- Deep Cody: remove setting user model preferences [pull/6211](https://github.com/sourcegraph/cody/pull/6211)

Expand Down
2 changes: 1 addition & 1 deletion vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "cody-ai",
"private": true,
"displayName": "Cody: AI Coding Assistant with Autocomplete & Chat",
"version": "1.50.0",
"version": "1.52.0",
"publisher": "sourcegraph",
"license": "Apache-2.0",
"icon": "resources/cody.png",
Expand Down

0 comments on commit c220724

Please sign in to comment.