Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 27dc944

Browse files
Cody: Release 0.1.5 (#52378)
Preparing for another release. I want to push this out soonish so we have all of the great completion fixes live and can start more excessive dogfooding tomorrow. Timeline for the release is tomorrow my morning, just want to get the PR approved! ## Test plan Just a config change 😎 <!-- All pull requests REQUIRE a test plan: https://docs.sourcegraph.com/dev/background-information/testing_principles -->
1 parent 90c277c commit 27dc944

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

client/cody/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ All notable changes to Sourcegraph Cody will be documented in this file.
88

99
### Fixed
1010

11+
### Changed
12+
13+
## [0.1.5]
14+
15+
### Added
16+
17+
### Fixed
18+
1119
- Inline Assist broken decorations for Inline-Fixup tasks [pull/52322](https://github.com/sourcegraph/sourcegraph/pull/52322)
1220

1321
### Changed

client/cody/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 by Sourcegraph",
5-
"version": "0.1.4",
5+
"version": "0.1.5",
66
"publisher": "sourcegraph",
77
"license": "Apache-2.0",
88
"icon": "resources/cody.png",

0 commit comments

Comments
 (0)