Skip to content

Commit

Permalink
🔖 Release v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zuisong committed May 16, 2024
1 parent 180c8b4 commit cd8c3a1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
12 changes: 8 additions & 4 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
# changelog

## 0.12.0 (Unreleased)
## 0.13.0 (Unreleased)

-
## 0.12.0 (2024-05-16)

- add support for `gemini-1.5-pro-vision-latest` and `gemini-1.5-flash-latest`

## 0.11.0 (2024-04-11)

- Resolve CORS error: Update server configurations to enable Cross-Origin access.
- Resolve CORS error: Update server configurations to enable Cross-Origin
access.
- Add support for function calls in non-stream mode.
- Migrate to [itty-router](https://github.com/kwhitley/itty-router) to reduce package size.
- Migrate to [itty-router](https://github.com/kwhitley/itty-router) to reduce
package size.
- Utilize the official Deno Docker image for improved consistency.

## 0.10.0 (2024-02-28)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gemini-openai-proxy",
"private": true,
"version": "0.10.0",
"version": "0.12.0",
"author": "zuisong",
"homepage": "https://github.com/zuisong/gemini-openai-proxy",
"type": "module",
Expand All @@ -22,6 +22,6 @@
"@hono/node-server": "1.11.1"
},
"devDependencies": {
"esbuild": "0.21.1"
"esbuild": "0.21.3"
}
}

0 comments on commit cd8c3a1

Please sign in to comment.