Skip to content

Commit

Permalink
release(gpt): 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tienisto committed Oct 18, 2023
1 parent 2514f00 commit 930ed0f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions slang_gpt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.10.0

- deps: bump slang to 3.25.0

## 0.9.0

- feat: add `gpt-4` model
Expand Down
4 changes: 2 additions & 2 deletions slang_gpt/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: slang_gpt
description: Use GPT to automatically translate at compile time. A tool for slang.
version: 0.9.0
version: 0.10.0
repository: https://github.com/slang-i18n/slang

environment:
Expand All @@ -9,7 +9,7 @@ environment:
dependencies:
collection: ^1.15.0
http: '>=0.13.0 <2.0.0'
slang: ^3.22.0
slang: ^3.25.0

dev_dependencies:
lints: ^2.0.0
Expand Down

0 comments on commit 930ed0f

Please sign in to comment.