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.1 .0-alpha.2 "
2+ "." : " 0.2 .0-alpha.1 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.2.0-alpha.1 (2024-10-08)
4+
5+ Full Changelog: [ v0.1.0-alpha.2...v0.2.0-alpha.1] ( https://github.com/anthropics/anthropic-sdk-go/compare/v0.1.0-alpha.2...v0.2.0-alpha.1 )
6+
7+ ### Features
8+
9+ * ** api:** add message batches api ([ #28 ] ( https://github.com/anthropics/anthropic-sdk-go/issues/28 ) ) ([ 169eb3c] ( https://github.com/anthropics/anthropic-sdk-go/commit/169eb3c83d39126b4f9ec3a8d7f70c06466d9ef6 ) )
10+
11+
12+ ### Bug Fixes
13+
14+ * ** beta:** pass beta header by default ([ #27 ] ( https://github.com/anthropics/anthropic-sdk-go/issues/27 ) ) ([ c79ba68] ( https://github.com/anthropics/anthropic-sdk-go/commit/c79ba6826c452ca1eeefd34db1638722fa942082 ) )
15+
16+
17+ ### Refactors
18+
19+ * ** types:** improve metadata type names ([ #26 ] ( https://github.com/anthropics/anthropic-sdk-go/issues/26 ) ) ([ 95f0266] ( https://github.com/anthropics/anthropic-sdk-go/commit/95f0266f62ba90590db68f1f98e41d80ea8f5388 ) )
20+ * ** types:** improve tool type names ([ #23 ] ( https://github.com/anthropics/anthropic-sdk-go/issues/23 ) ) ([ 79e4d75] ( https://github.com/anthropics/anthropic-sdk-go/commit/79e4d75d26bbf2339841d27696477817c01a55fc ) )
21+
322## 0.1.0-alpha.2 (2024-10-04)
423
524Full Changelog: [ v0.1.0-alpha.1...v0.1.0-alpha.2] ( https://github.com/anthropics/anthropic-sdk-go/compare/v0.1.0-alpha.1...v0.1.0-alpha.2 )
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.1 .0-alpha.2 '
25+ go get -u ' github.com/anthropics/anthropic-sdk-go@v0.2 .0-alpha.1 '
2626```
2727
2828<!-- x-release-please-end -->
You can’t perform that action at this time.
0 commit comments