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- "." : " 0.2.0-alpha.11 "
2+ "." : " 0.2.0-alpha.12 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.2.0-alpha.12 (2025-02-27)
4+
5+ Full Changelog: [ v0.2.0-alpha.11...v0.2.0-alpha.12] ( https://github.com/anthropics/anthropic-sdk-go/compare/v0.2.0-alpha.11...v0.2.0-alpha.12 )
6+
7+ ### Features
8+
9+ * ** api:** add URL source blocks for images and PDFs ([ #129 ] ( https://github.com/anthropics/anthropic-sdk-go/issues/129 ) ) ([ 589f5dc] ( https://github.com/anthropics/anthropic-sdk-go/commit/589f5dc44bdcfbec7269dcd0ad94baf72c3876b3 ) )
10+
11+
12+ ### Bug Fixes
13+
14+ * Preserve Thinking and Signature fields in Message.ToParam() method ([ #128 ] ( https://github.com/anthropics/anthropic-sdk-go/issues/128 ) ) ([ b67c786] ( https://github.com/anthropics/anthropic-sdk-go/commit/b67c786b64d3a3903a0dcdc50ceac07fc4a6396a ) )
15+
16+
17+ ### Chores
18+
19+ * ** internal:** update spec ([ #124 ] ( https://github.com/anthropics/anthropic-sdk-go/issues/124 ) ) ([ 3b3bdad] ( https://github.com/anthropics/anthropic-sdk-go/commit/3b3bdad4b5038278d26ed1c82e0a37259326c049 ) )
20+
321## 0.2.0-alpha.11 (2025-02-24)
422
523Full Changelog: [ v0.2.0-alpha.10...v0.2.0-alpha.11] ( https://github.com/anthropics/anthropic-sdk-go/compare/v0.2.0-alpha.10...v0.2.0-alpha.11 )
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@v0.2.0-alpha.11 '
25+ go get -u ' github.com/anthropics/anthropic-sdk-go@v0.2.0-alpha.12 '
2626```
2727
2828<!-- x-release-please-end -->
You can’t perform that action at this time.
0 commit comments