mirror of
https://github.com/openai/openai-go.git
synced 2026-03-31 08:37:22 +09:00
release: 3.26.0
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
{
|
||||
".": "3.25.0"
|
||||
".": "3.26.0"
|
||||
}
|
||||
@@ -1,5 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
## 3.26.0 (2026-03-05)
|
||||
|
||||
Full Changelog: [v3.25.0...v3.26.0](https://github.com/openai/openai-go/compare/v3.25.0...v3.26.0)
|
||||
|
||||
### Features
|
||||
|
||||
* **api:** The GA ComputerTool now uses the CompuerTool class. The 'computer_use_preview' tool is moved to ComputerUsePreview ([347418b](https://github.com/openai/openai-go/commit/347418be8d4fa33881d9ac30f6c7132f2f545f2b))
|
||||
|
||||
## 3.25.0 (2026-03-05)
|
||||
|
||||
Full Changelog: [v3.24.0...v3.25.0](https://github.com/openai/openai-go/compare/v3.24.0...v3.25.0)
|
||||
|
||||
@@ -30,7 +30,7 @@ Or to pin the version:
|
||||
<!-- x-release-please-start-version -->
|
||||
|
||||
```sh
|
||||
go get -u 'github.com/openai/openai-go/v3@v3.25.0'
|
||||
go get -u 'github.com/openai/openai-go/v3@v3.26.0'
|
||||
```
|
||||
|
||||
<!-- x-release-please-end -->
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
|
||||
package internal
|
||||
|
||||
const PackageVersion = "3.25.0" // x-release-please-version
|
||||
const PackageVersion = "3.26.0" // x-release-please-version
|
||||
|
||||
Reference in New Issue
Block a user