Skip to content

Commit

Permalink
chore: release 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
srikanth235 committed Feb 3, 2024
1 parent 8d93f18 commit 25c1624
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"chatgpt",
"codicon",
"deepseek",
"llamacpp",
"llamafile",
"modelfusion",
"ollama",
"openai",
"privy",
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.2.2 (2024-02-03)

### Fixed

- Added system prompt for better prompt performance.
- Bumped up modelfusion library version.

## 0.2.1 (2024-02-02)

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion app/vscode/asset/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"publisher": "Privy",
"name": "privy-vscode",
"version": "0.2.1",
"version": "0.2.2",
"displayName": "Privy - AI coding Autocomplete and chat that runs locally. ",
"description": "Get code suggestions, chat with code, explain code, generate tests, find bugs, etc.",
"keywords": [
Expand Down

0 comments on commit 25c1624

Please sign in to comment.