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.19.0 "
2+ "." : " 1.19.1 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.19.1 (2025-12-02)
4+
5+ Full Changelog: [ v1.19.0...v1.19.1] ( https://github.com/anthropics/anthropic-sdk-go/compare/v1.19.0...v1.19.1 )
6+
37## 1.19.0 (2025-11-24)
48
59Full Changelog: [ v1.18.1...v1.19.0] ( https://github.com/anthropics/anthropic-sdk-go/compare/v1.18.1...v1.19.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.19.0 '
29+ go get -u ' github.com/anthropics/anthropic-sdk-go@v1.19.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.19.0 " // x-release-please-version
5+ const PackageVersion = "1.19.1 " // x-release-please-version
You can’t perform that action at this time.
0 commit comments