mirror of
https://github.com/openai/openai-go.git
synced 2026-04-01 17:17:14 +09:00
release: 3.6.1
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
{
|
||||
".": "3.6.0"
|
||||
".": "3.6.1"
|
||||
}
|
||||
@@ -1,5 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
## 3.6.1 (2025-10-20)
|
||||
|
||||
Full Changelog: [v3.6.0...v3.6.1](https://github.com/openai/openai-go/compare/v3.6.0...v3.6.1)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **api:** fix discriminator propertyName for ResponseFormatJsonSchema ([57b0505](https://github.com/openai/openai-go/commit/57b0505361029563b5fd56fb6085b58e813936cc))
|
||||
|
||||
## 3.6.0 (2025-10-20)
|
||||
|
||||
Full Changelog: [v3.5.0...v3.6.0](https://github.com/openai/openai-go/compare/v3.5.0...v3.6.0)
|
||||
|
||||
@@ -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.6.0'
|
||||
go get -u 'github.com/openai/openai-go/v2@v3.6.1'
|
||||
```
|
||||
|
||||
<!-- x-release-please-end -->
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
|
||||
package internal
|
||||
|
||||
const PackageVersion = "3.6.0" // x-release-please-version
|
||||
const PackageVersion = "3.6.1" // x-release-please-version
|
||||
|
||||
Reference in New Issue
Block a user