Skip to content

Commit 21fc2d7

Browse files
stainless-app[bot]yjp20
authored andcommitted
release: 0.7.0
1 parent 2402ea8 commit 21fc2d7

File tree

4 files changed

+33
-3
lines changed

4 files changed

+33
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.6.0"
2+
".": "0.7.0"
33
}

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
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

535
Full Changelog: [v0.5.1...v0.6.0](https://github.com/stainless-api/stainless-api-go/compare/v0.5.1...v0.6.0)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 -->

internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
package internal
44

5-
const PackageVersion = "0.6.0" // x-release-please-version
5+
const PackageVersion = "0.7.0" // x-release-please-version

0 commit comments

Comments
 (0)