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.21 .0"
2+ "." : " 1.22 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.22.0 (2026-02-07)
4+
5+ Full Changelog: [ v1.21.0...v1.22.0] ( https://github.com/anthropics/anthropic-sdk-go/compare/v1.21.0...v1.22.0 )
6+
7+ ### Features
8+
9+ * ** api:** enabling fast-mode in claude-opus-4-6 ([ ebe6433] ( https://github.com/anthropics/anthropic-sdk-go/commit/ebe6433768cab86dcc02b71159aaa347a8d473ec ) )
10+
311## 1.21.0 (2026-02-05)
412
513Full Changelog: [ v1.20.0...v1.21.0] ( https://github.com/anthropics/anthropic-sdk-go/compare/v1.20.0...v1.21.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.21 .0'
29+ go get -u ' github.com/anthropics/anthropic-sdk-go@v1.22 .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.21 .0" // x-release-please-version
5+ const PackageVersion = "1.22 .0" // x-release-please-version
You can’t perform that action at this time.
0 commit comments