release: 3.3.0

This commit is contained in:
stainless-app[bot]
2025-10-10 01:09:17 +00:00
parent 0552b0b90b
commit d67e568acc
4 changed files with 11 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
{
".": "3.2.0"
".": "3.3.0"
}

View File

@@ -1,5 +1,13 @@
# Changelog
## 3.3.0 (2025-10-10)
Full Changelog: [v3.2.0...v3.3.0](https://github.com/openai/openai-go/compare/v3.2.0...v3.3.0)
### Features
* **api:** comparison filter in/not in ([d6daca0](https://github.com/openai/openai-go/commit/d6daca0eedd998f49d8bfde0c3caba74d762c0d6))
## 3.2.0 (2025-10-06)
Full Changelog: [v3.1.0...v3.2.0](https://github.com/openai/openai-go/compare/v3.1.0...v3.2.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/v2@v3.2.0'
go get -u 'github.com/openai/openai-go/v2@v3.3.0'
```
<!-- x-release-please-end -->

View File

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