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.22.0 "
2+ "." : " 1.22.1 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.22.1 (2026-02-10)
4+
5+ Full Changelog: [ v1.22.0...v1.22.1] ( https://github.com/anthropics/anthropic-sdk-go/compare/v1.22.0...v1.22.1 )
6+
7+ ### Bug Fixes
8+
9+ * ** encoder:** correctly serialize NullStruct ([ 1435f8a] ( https://github.com/anthropics/anthropic-sdk-go/commit/1435f8ac4d272561c7e689cc6bb4e3794414ba57 ) )
10+
311## 1.22.0 (2026-02-07)
412
513Full Changelog: [ v1.21.0...v1.22.0] ( https://github.com/anthropics/anthropic-sdk-go/compare/v1.21.0...v1.22.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.22.0 '
29+ go get -u ' github.com/anthropics/anthropic-sdk-go@v1.22.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.22.0 " // x-release-please-version
5+ const PackageVersion = "1.22.1 " // x-release-please-version
You can’t perform that action at this time.
0 commit comments