Skip to content

Commit 210ffbe

Browse files
stainless-app[bot]yjp20
authored andcommitted
release: 0.6.0
1 parent 200c6a7 commit 210ffbe

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-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.5.1"
2+
".": "0.6.0"
33
}

CHANGELOG.md

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

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

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.5.1'
27+
go get -u 'github.com/stainless-api/stainless-api-go@v0.6.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.5.1" // x-release-please-version
5+
const PackageVersion = "0.6.0" // x-release-please-version

0 commit comments

Comments
 (0)