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.22.1 "
2+ "." : " 1.23.0 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.23.0 (2026-02-17)
4+
5+ Full Changelog: [ v1.22.1...v1.23.0] ( https://github.com/anthropics/anthropic-sdk-go/compare/v1.22.1...v1.23.0 )
6+
7+ ### Features
8+
9+ * ** api:** Releasing claude-sonnet-4-6 ([ 782d5a5] ( https://github.com/anthropics/anthropic-sdk-go/commit/782d5a5dc4c1f63cfef3afc5d257b08f8cf3fadc ) )
10+
11+
12+ ### Bug Fixes
13+
14+ * ** api:** fix spec errors ([ 15e6a5a] ( https://github.com/anthropics/anthropic-sdk-go/commit/15e6a5a0b4fb426f126f7b26b087709ea7ba00ac ) )
15+ * remove duplicate ServerToolUseBlock struct declaration ([ #595 ] ( https://github.com/anthropics/anthropic-sdk-go/issues/595 ) ) ([ d4ece8a] ( https://github.com/anthropics/anthropic-sdk-go/commit/d4ece8ae310dd0369a5ea05671295ae2c23a53d9 ) )
16+
317## 1.22.1 (2026-02-10)
418
519Full Changelog: [ v1.22.0...v1.22.1] ( https://github.com/anthropics/anthropic-sdk-go/compare/v1.22.0...v1.22.1 )
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.22.1 '
29+ go get -u ' github.com/anthropics/anthropic-sdk-go@v1.23.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.22.1 " // x-release-please-version
5+ const PackageVersion = "1.23.0 " // x-release-please-version
You can’t perform that action at this time.
0 commit comments