Skip to content

Commit

Permalink
Release 0.0.2 (#101)
Browse files Browse the repository at this point in the history
- Update CHANGELOG.md to include changes for 0.0.2 release
- Update extension version to 0.0.2
  • Loading branch information
abeatrix authored Sep 30, 2024
1 parent 779619c commit f517cdc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),

## Security

## [0.0.2]

### Added

- Option to "Accept non-trusted certificates" in user options. [pull/100](https://github.com/sourcegraph/cody-vs/pull/100)

### Fixed

- Visual Studio not focused after auth redirection. [pull/89](https://github.com/sourcegraph/cody-vs/pull/89)
- Cody Chat stuck in loading view. [pull/99](https://github.com/sourcegraph/cody-vs/pull/99)

## [0.0.1]

### Added
Expand Down
2 changes: 1 addition & 1 deletion src/Cody.VisualStudio/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="Cody.VisualStudio" Version="0.0.1" Language="en-US" Publisher="sourcegraph" />
<Identity Id="Cody.VisualStudio" Version="0.0.2" Language="en-US" Publisher="sourcegraph" />
<DisplayName>Cody for Visual Studio - AI Coding Assistant</DisplayName>
<Description xml:space="preserve">AI coding assistant that uses search and codebase context to help you write code faster!</Description>
<MoreInfo>https://sourcegraph.com/cody</MoreInfo>
Expand Down

0 comments on commit f517cdc

Please sign in to comment.