Skip to content

Commit

Permalink
v1.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrammel committed Feb 4, 2024
1 parent fe050ae commit e6ca6c1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.21.0 - 2024-02-04

### Added

- New OpenAI models: `gpt-3.5-turbo-0125` (new default), `gpt-4-0125-preview`, `gpt-4-turbo-preview`. Thanks [@igor-kupczynski](https://github.com/igor-kupczynskin) for the contribution!

## 1.20.0 - 2023-12-20

### Added
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": "rubberduck",
"name": "rubberduck-vscode",
"version": "1.20.0",
"version": "1.21.0",
"displayName": "Rubberduck - ChatGPT for Visual Studio Code",
"description": "Generate code, edit code, explain code, generate tests, find bugs, diagnose errors, and even create your own conversation templates.",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion lib/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@rubberduck/common": "*",
"handlebars": "4.7.8",
"marked": "4.2.12",
"modelfusion": "0.134.0",
"modelfusion": "0.135.1",
"secure-json-parse": "2.7.0",
"simple-git": "3.21.0",
"zod": "3.22.4"
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e6ca6c1

Please sign in to comment.