File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 1.10.3 "
2+ "." : " 1.11.0 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.11.0 (2025-07-16)
4+
5+ Full Changelog: [ v1.10.3...v1.11.0] ( https://github.com/openai/openai-go/compare/v1.10.3...v1.11.0 )
6+
7+ ### Features
8+
9+ * ** api:** manual updates ([ 97ed7fd] ( https://github.com/openai/openai-go/commit/97ed7fd1d432ad0144ec76bcebb61c9aaa1148de ) )
10+
311## 1.10.3 (2025-07-15)
412
513Full Changelog: [ v1.10.2...v1.10.3] ( https://github.com/openai/openai-go/compare/v1.10.2...v1.10.3 )
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Or to pin the version:
2626<!-- x-release-please-start-version -->
2727
2828``` sh
29- go get -u ' github.com/openai/openai-go@v1.10.3 '
29+ go get -u ' github.com/openai/openai-go@v1.11.0 '
3030```
3131
3232<!-- x-release-please-end -->
Original file line number Diff line number Diff line change 22
33package internal
44
5- const PackageVersion = "1.10.3 " // x-release-please-version
5+ const PackageVersion = "1.11.0 " // x-release-please-version
You can’t perform that action at this time.
0 commit comments