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.3 .0"
2+ "." : " 1.4 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.4.0 (2025-06-04)
4+
5+ Full Changelog: [ v1.3.0...v1.4.0] ( https://github.com/anthropics/anthropic-sdk-go/compare/v1.3.0...v1.4.0 )
6+
7+ ### Features
8+
9+ * ** client:** allow overriding unions ([ 079149c] ( https://github.com/anthropics/anthropic-sdk-go/commit/079149c673981891ecd35906cd610f8d4a4b69a9 ) )
10+
11+
12+ ### Chores
13+
14+ * ** internal:** codegen related update ([ 853ba1f] ( https://github.com/anthropics/anthropic-sdk-go/commit/853ba1f46d2b6c476ee04d9c061368e708cc9e18 ) )
15+
316## 1.3.0 (2025-06-03)
417
518Full Changelog: [ v1.2.2...v1.3.0] ( https://github.com/anthropics/anthropic-sdk-go/compare/v1.2.2...v1.3.0 )
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.3 .0'
25+ go get -u ' github.com/anthropics/anthropic-sdk-go@v1.4 .0'
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.3 .0" // x-release-please-version
5+ const PackageVersion = "1.4 .0" // x-release-please-version
You can’t perform that action at this time.
0 commit comments