Skip to content

Commit b439167

Browse files
stainless-app[bot]yjp20
authored andcommitted
release: 0.5.0
1 parent e1698bd commit b439167

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.4.0"
2+
".": "0.5.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.5.0 (2025-05-22)
4+
5+
Full Changelog: [v0.4.0...v0.5.0](https://github.com/stainless-api/stainless-api-go/compare/v0.4.0...v0.5.0)
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
* **client:** apply x-stainless-naming properly
10+
* **client:** clearer array variant names
11+
12+
### Features
13+
14+
* **api:** add documented spec to build object ([48e73b5](https://github.com/stainless-api/stainless-api-go/commit/48e73b597ef328835dd0df9e8ecf6a8689b6ea79))
15+
* **api:** change v0 path param projectName -> project ([b1e0a4f](https://github.com/stainless-api/stainless-api-go/commit/b1e0a4f199776dee07a0479ee354517bae401e6b))
16+
* **api:** manual updates ([6a35675](https://github.com/stainless-api/stainless-api-go/commit/6a3567550ab09b8862a495034d9243158b394a53))
17+
* **client:** add support for endpoint-specific base URLs in python ([73bf8a6](https://github.com/stainless-api/stainless-api-go/commit/73bf8a65ed56a538725b476f12ffb03919cbab59))
18+
* **client:** clearer array variant names ([4582227](https://github.com/stainless-api/stainless-api-go/commit/4582227ff4050f1f47e161e119ffc3b7415dfac9))
19+
20+
21+
### Bug Fixes
22+
23+
* **client:** apply x-stainless-naming properly ([b5431b6](https://github.com/stainless-api/stainless-api-go/commit/b5431b64be197c65e381a25c13d39a6c62a83be0))
24+
* **client:** correctly set stream key for multipart ([4f43384](https://github.com/stainless-api/stainless-api-go/commit/4f43384c84b5171e67b6dac5ef33249d9abbef8b))
25+
* **client:** don't panic on marshal with extra null field ([75907c7](https://github.com/stainless-api/stainless-api-go/commit/75907c735cea8973fe425d560720413231a594db))
26+
27+
28+
### Chores
29+
30+
* **docs:** grammar improvements ([386ec39](https://github.com/stainless-api/stainless-api-go/commit/386ec399fcbe1db2a2b4afb830644aa02c84c4e3))
31+
* improve devcontainer setup ([0397ae0](https://github.com/stainless-api/stainless-api-go/commit/0397ae07fa94953efb6c4c75c9857e29f6176c37))
32+
333
## 0.4.0 (2025-05-13)
434

535
Full Changelog: [v0.3.0...v0.4.0](https://github.com/stainless-api/stainless-api-go/compare/v0.3.0...v0.4.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.4.0'
27+
go get -u 'github.com/stainless-api/stainless-api-go@v0.5.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.4.0" // x-release-please-version
5+
const PackageVersion = "0.5.0" // x-release-please-version

0 commit comments

Comments
 (0)