File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 1.18.0 "
2+ "." : " 1.18.1 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.18.1 (2025-11-19)
4+
5+ Full Changelog: [ v1.18.0...v1.18.1] ( https://github.com/anthropics/anthropic-sdk-go/compare/v1.18.0...v1.18.1 )
6+
7+ ### Bug Fixes
8+
9+ * ** structured outputs:** use correct beta header ([ 09ec0a6] ( https://github.com/anthropics/anthropic-sdk-go/commit/09ec0a647b1a108bb7c74e4c7b1016502ca781bb ) )
10+
311## 1.18.0 (2025-11-14)
412
513Full Changelog: [ v1.17.0...v1.18.0] ( https://github.com/anthropics/anthropic-sdk-go/compare/v1.17.0...v1.18.0 )
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/anthropics/anthropic-sdk-go@v1.18.0 '
29+ go get -u ' github.com/anthropics/anthropic-sdk-go@v1.18.1 '
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.18.0 " // x-release-please-version
5+ const PackageVersion = "1.18.1 " // x-release-please-version
You can’t perform that action at this time.
0 commit comments