File tree Expand file tree Collapse file tree 4 files changed +22
-3
lines changed
Expand file tree Collapse file tree 4 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.5.1 "
2+ "." : " 0.6.0 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.6.0 (2025-06-02)
4+
5+ Full Changelog: [ v0.5.1...v0.6.0] ( https://github.com/stainless-api/stainless-api-go/compare/v0.5.1...v0.6.0 )
6+
7+ ### Features
8+
9+ * ** api:** add diagnostics to build object ([ 3926c2d] ( https://github.com/stainless-api/stainless-api-go/commit/3926c2d0ec9410fa52eab374b29bd5f98617d0ca ) )
10+ * ** api:** manual updates ([ 76484d3] ( https://github.com/stainless-api/stainless-api-go/commit/76484d3536ad3285dc342c4a0eca5e883e4827df ) )
11+
12+
13+ ### Bug Fixes
14+
15+ * fix error ([ 7ab2328] ( https://github.com/stainless-api/stainless-api-go/commit/7ab2328e4e8845f76c1a0cb7c1ba9d5102217e9a ) )
16+
17+
18+ ### Chores
19+
20+ * make go mod tidy continue on error ([ 09ddaee] ( https://github.com/stainless-api/stainless-api-go/commit/09ddaee2ae8abc3cf1f97b02e99ff74b28706788 ) )
21+
322## 0.5.1 (2025-05-23)
423
524Full Changelog: [ v0.5.0...v0.5.1] ( https://github.com/stainless-api/stainless-api-go/compare/v0.5.0...v0.5.1 )
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Or to pin the version:
2424<!-- x-release-please-start-version -->
2525
2626``` sh
27- go get -u ' github.com/stainless-api/stainless-api-go@v0.5.1 '
27+ go get -u ' github.com/stainless-api/stainless-api-go@v0.6.0 '
2828```
2929
3030<!-- x-release-please-end -->
Original file line number Diff line number Diff line change 22
33package internal
44
5- const PackageVersion = "0.5.1 " // x-release-please-version
5+ const PackageVersion = "0.6.0 " // x-release-please-version
You can’t perform that action at this time.
0 commit comments