mirror of
https://github.com/openai/openai-go.git
synced 2026-04-01 00:57:11 +09:00
release: 2.5.0
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
{
|
||||
".": "2.4.3"
|
||||
".": "2.5.0"
|
||||
}
|
||||
@@ -1,5 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
## 2.5.0 (2025-09-17)
|
||||
|
||||
Full Changelog: [v2.4.3...v2.5.0](https://github.com/openai/openai-go/compare/v2.4.3...v2.5.0)
|
||||
|
||||
### Features
|
||||
|
||||
* **api:** type updates for conversations, reasoning_effort and results for evals ([3e68a60](https://github.com/openai/openai-go/commit/3e68a60d764645c5bfc9003f61525401268ef3a1))
|
||||
|
||||
## 2.4.3 (2025-09-15)
|
||||
|
||||
Full Changelog: [v2.4.2...v2.4.3](https://github.com/openai/openai-go/compare/v2.4.2...v2.4.3)
|
||||
|
||||
@@ -30,7 +30,7 @@ Or to pin the version:
|
||||
<!-- x-release-please-start-version -->
|
||||
|
||||
```sh
|
||||
go get -u 'github.com/openai/openai-go/v2@v2.4.3'
|
||||
go get -u 'github.com/openai/openai-go/v2@v2.5.0'
|
||||
```
|
||||
|
||||
<!-- x-release-please-end -->
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
|
||||
package internal
|
||||
|
||||
const PackageVersion = "2.4.3" // x-release-please-version
|
||||
const PackageVersion = "2.5.0" // x-release-please-version
|
||||
|
||||
Reference in New Issue
Block a user