File tree Expand file tree Collapse file tree 4 files changed +33
-3
lines changed
Expand file tree Collapse file tree 4 files changed +33
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.6 .0"
2+ "." : " 0.7 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.7.0 (2025-06-16)
4+
5+ Full Changelog: [ v0.6.0...v0.7.0] ( https://github.com/stainless-api/stainless-api-go/compare/v0.6.0...v0.7.0 )
6+
7+ ### Features
8+
9+ * add build/upload steps to builds api ([ 7dcde85] ( https://github.com/stainless-api/stainless-api-go/commit/7dcde85ff54e613d819554decf0275b8556f34a2 ) )
10+ * ** api:** add v0 project create api ([ 4cdf7bf] ( https://github.com/stainless-api/stainless-api-go/commit/4cdf7bf90dd059f71286a680d23060c8039d9b28 ) )
11+ * ** api:** manual updates ([ 484e350] ( https://github.com/stainless-api/stainless-api-go/commit/484e350aae921c87fe2a7b455cbbf8645c17a0a5 ) )
12+ * ** client:** add debug log helper ([ 6c48672] ( https://github.com/stainless-api/stainless-api-go/commit/6c486721facfb1c872852a7c6806d5790bf5d62f ) )
13+ * ** client:** allow overriding unions ([ 1f0ec85] ( https://github.com/stainless-api/stainless-api-go/commit/1f0ec85eeb4bd789425f8306ec3aaeea8cbb0fde ) )
14+
15+
16+ ### Bug Fixes
17+
18+ * changes har request format for snippets API some more ([ 4290df0] ( https://github.com/stainless-api/stainless-api-go/commit/4290df0cb3e25d90373bb45e41033610ceb46028 ) )
19+ * ** ci:** fix v0 oas generation ([ 4b2243a] ( https://github.com/stainless-api/stainless-api-go/commit/4b2243a6553c8505ce50ef675efc9e2765e89241 ) )
20+
21+
22+ ### Chores
23+
24+ * ** internal:** codegen related update ([ 064d8c6] ( https://github.com/stainless-api/stainless-api-go/commit/064d8c6a86d5981966482f1bbbc9a1bf428cfe49 ) )
25+ * ** internal:** codegen related update ([ ee07e73] ( https://github.com/stainless-api/stainless-api-go/commit/ee07e73496957e77044b1c576f3dfb5301861617 ) )
26+ * ** internal:** codegen related update ([ 0d55c35] ( https://github.com/stainless-api/stainless-api-go/commit/0d55c359c5f2ceb288fae9d7adf52096ed823ef2 ) )
27+
28+
29+ ### Refactors
30+
31+ * move build_target_outputs to builds.target_outputs ([ 448904e] ( https://github.com/stainless-api/stainless-api-go/commit/448904e7633c713bdaa33bd26fc98875b9492024 ) )
32+
333## 0.6.0 (2025-06-02)
434
535Full Changelog: [ v0.5.1...v0.6.0] ( https://github.com/stainless-api/stainless-api-go/compare/v0.5.1...v0.6.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.6 .0'
27+ go get -u ' github.com/stainless-api/stainless-api-go@v0.7 .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.6 .0" // x-release-please-version
5+ const PackageVersion = "0.7 .0" // x-release-please-version
You can’t perform that action at this time.
0 commit comments