release: 3.8.1

This commit is contained in:
stainless-app[bot]
2025-11-04 06:03:01 +00:00
parent 1aa6b177f6
commit 7f35136c16
4 changed files with 11 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
{
".": "3.8.0"
".": "3.8.1"
}

View File

@@ -1,5 +1,13 @@
# Changelog
## 3.8.1 (2025-11-04)
Full Changelog: [v3.8.0...v3.8.1](https://github.com/openai/openai-go/compare/v3.8.0...v3.8.1)
### Bug Fixes
* **api:** fix nullability of logprobs ([b5aeb99](https://github.com/openai/openai-go/commit/b5aeb999e5088db4f9d1232a202a568a4a283019))
## 3.8.0 (2025-11-03)
Full Changelog: [v3.7.0...v3.8.0](https://github.com/openai/openai-go/compare/v3.7.0...v3.8.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.8.0'
go get -u 'github.com/openai/openai-go/v2@v3.8.1'
```
<!-- x-release-please-end -->

View File

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