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.2.1 "
2+ "." : " 1.2.2 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.2.2 (2025-06-02)
4+
5+ Full Changelog: [ v1.2.1...v1.2.2] ( https://github.com/anthropics/anthropic-sdk-go/compare/v1.2.1...v1.2.2 )
6+
7+ ### Bug Fixes
8+
9+ * ** client:** access subunions properly ([ f29c162] ( https://github.com/anthropics/anthropic-sdk-go/commit/f29c1627fe94c6371937659d02f1af7b55583d60 ) )
10+ * fix error ([ bbc002c] ( https://github.com/anthropics/anthropic-sdk-go/commit/bbc002ccbbf9df681201d9b8ba806c37338c0fd3 ) )
11+
12+
13+ ### Chores
14+
15+ * make go mod tidy continue on error ([ ac184b4] ( https://github.com/anthropics/anthropic-sdk-go/commit/ac184b4f7afee4015d133a05ce819a8dac35be52 ) )
16+
317## 1.2.1 (2025-05-23)
418
519Full Changelog: [ v1.2.0...v1.2.1] ( https://github.com/anthropics/anthropic-sdk-go/compare/v1.2.0...v1.2.1 )
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Or to pin the version:
2222<!-- x-release-please-start-version -->
2323
2424``` sh
25- go get -u ' github.com/anthropics/anthropic-sdk-go@v1.2.1 '
25+ go get -u ' github.com/anthropics/anthropic-sdk-go@v1.2.2 '
2626```
2727
2828<!-- x-release-please-end -->
Original file line number Diff line number Diff line change 22
33package internal
44
5- const PackageVersion = "1.2.1 " // x-release-please-version
5+ const PackageVersion = "1.2.2 " // x-release-please-version
You can’t perform that action at this time.
0 commit comments