File tree Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 3.5 .0"
2+ "." : " 3.6 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 3.6.0 (2025-10-20)
4+
5+ Full Changelog: [ v3.5.0...v3.6.0] ( https://github.com/openai/openai-go/compare/v3.5.0...v3.6.0 )
6+
7+ ### Features
8+
9+ * ** api:** Add responses.input_tokens.count ([ a43f2ce] ( https://github.com/openai/openai-go/commit/a43f2cef132d4cbd4a4a3dedf600f2da0a1ea2f5 ) )
10+
11+
12+ ### Bug Fixes
13+
14+ * ** api:** internal openapi updates ([ 7ad9b02] ( https://github.com/openai/openai-go/commit/7ad9b02d1e86cb3235c779e4e0f6e2ee226662d3 ) )
15+
316## 3.5.0 (2025-10-17)
417
518Full Changelog: [ v3.4.0...v3.5.0] ( https://github.com/openai/openai-go/compare/v3.4.0...v3.5.0 )
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Or to pin the version:
3030<!-- x-release-please-start-version -->
3131
3232``` sh
33- go get -u ' github.com/openai/openai-go/v2@v3.5 .0'
33+ go get -u ' github.com/openai/openai-go/v2@v3.6 .0'
3434```
3535
3636<!-- x-release-please-end -->
Original file line number Diff line number Diff line change 22
33package internal
44
5- const PackageVersion = "3.5 .0" // x-release-please-version
5+ const PackageVersion = "3.6 .0" // x-release-please-version
You can’t perform that action at this time.
0 commit comments