release: 3.26.0

This commit is contained in:
stainless-app[bot]
2026-03-05 21:19:56 +00:00
parent 0ccbc7e1c6
commit b9d280a371
4 changed files with 11 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
{
".": "3.25.0"
".": "3.26.0"
}

View File

@@ -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)

View File

@@ -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 -->

View File

@@ -2,4 +2,4 @@
package internal
const PackageVersion = "3.25.0" // x-release-please-version
const PackageVersion = "3.26.0" // x-release-please-version