Skip to content
This repository was archived by the owner on Aug 1, 2025. It is now read-only.

Commit a3042d8

Browse files
authored
Release v0.6.1 (#354)
Release v0.6.1 ## Test plan <!-- All pull requests REQUIRE a test plan: https://docs.sourcegraph.com/dev/background-information/testing_principles Some examples: // Just a doc change none - docs change // Unit tests got your back? Unit tests // Tested it manually and CI will also pitch in? Manually tested and CI --> Version bump
1 parent 5ce090b commit a3042d8

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

vscode/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ Starting from `0.2.0`, Cody is using `major.EVEN_NUMBER.patch` for release versi
88

99
### Added
1010

11+
### Fixed
12+
13+
### Changed
14+
15+
## [0.6.1]
16+
17+
### Added
18+
1119
- A new experimental user setting `cody.autocomplete.experimental.triggerMoreEagerly` causes autocomplete to trigger earlier, before you type a space or other non-word character.
1220
- [Internal Only] `Custom Recipe`: Support context type selection when creating a new recipe via UI. [pull/279](https://github.com/sourcegraph/cody/pull/279)
1321

vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "cody-ai",
33
"private": true,
44
"displayName": "Cody AI",
5-
"version": "0.6.0",
5+
"version": "0.6.1",
66
"publisher": "sourcegraph",
77
"license": "Apache-2.0",
88
"icon": "resources/cody.png",

0 commit comments

Comments
 (0)