File tree Expand file tree Collapse file tree 4 files changed +25
-3
lines changed
Expand file tree Collapse file tree 4 files changed +25
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.7 .0"
2+ "." : " 0.8 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.8.0 (2025-06-19)
4+
5+ Full Changelog: [ v0.7.0...v0.8.0] ( https://github.com/stainless-api/stainless-api-go/compare/v0.7.0...v0.8.0 )
6+
7+ ### Features
8+
9+ * ** api:** manual updates ([ 03bf5cc] ( https://github.com/stainless-api/stainless-api-go/commit/03bf5cca43b8855213a05294052eca33b4650cc3 ) )
10+ * sdkjson generation API ([ d5e6d5a] ( https://github.com/stainless-api/stainless-api-go/commit/d5e6d5a52c7f74080ed52f24dd4177b085987eb9 ) )
11+
12+
13+ ### Bug Fixes
14+
15+ * ** cli:** fix cli headers ([ d59596a] ( https://github.com/stainless-api/stainless-api-go/commit/d59596a1f9d73944aa02f23bc6147f228f23d688 ) )
16+
17+
18+ ### Chores
19+
20+ * ** ci:** enable for pull requests ([ 414cbfe] ( https://github.com/stainless-api/stainless-api-go/commit/414cbfed4a85185dcb0b09ef19f4ef7f9ea6adcd ) )
21+ * ** internal:** codegen related update ([ 8840443] ( https://github.com/stainless-api/stainless-api-go/commit/88404430061eac611a077baac73e34374cd835c4 ) )
22+ * ** internal:** codegen related update ([ 6e1ed74] ( https://github.com/stainless-api/stainless-api-go/commit/6e1ed7459fc26b95aa5d946b3c0400af446e2f0c ) )
23+ * ** internal:** codegen related update ([ 31f566d] ( https://github.com/stainless-api/stainless-api-go/commit/31f566df55fe0b045ba6ac02eddf50093f22267f ) )
24+
325## 0.7.0 (2025-06-16)
426
527Full Changelog: [ v0.6.0...v0.7.0] ( https://github.com/stainless-api/stainless-api-go/compare/v0.6.0...v0.7.0 )
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.7 .0'
27+ go get -u ' github.com/stainless-api/stainless-api-go@v0.8 .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.7 .0" // x-release-please-version
5+ const PackageVersion = "0.8 .0" // x-release-please-version
You can’t perform that action at this time.
0 commit comments