Skip to content

Commit 6bbc32a

Browse files
stainless-app[bot]yjp20
authored andcommitted
release: 0.19.0
1 parent 15bf2e8 commit 6bbc32a

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-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.18.0"
2+
".": "0.19.0"
33
}

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## 0.19.0 (2025-07-22)
4+
5+
Full Changelog: [v0.18.0...v0.19.0](https://github.com/stainless-api/stainless-api-go/compare/v0.18.0...v0.19.0)
6+
7+
### Features
8+
9+
* **api:** manual updates ([215687b](https://github.com/stainless-api/stainless-api-go/commit/215687b301be4f88131991253ced79b05339b5dc))
10+
* **api:** manual updates ([78fb3cd](https://github.com/stainless-api/stainless-api-go/commit/78fb3cd9f5da07e2009d6ae907a8440fc0f5d21c))
11+
* **C#, PHP:** codegen stats ([4e6b6cb](https://github.com/stainless-api/stainless-api-go/commit/4e6b6cb7b35bdc2be77bda8b0d1398e93eb4a18f))
12+
* Codegen(php): unset optional parameters in constructor ([528c42e](https://github.com/stainless-api/stainless-api-go/commit/528c42e61048675b74bccc8a9cc8dc9a009242a3))
13+
* php: generate stub union classes with discrimminator info ([b0e7a07](https://github.com/stainless-api/stainless-api-go/commit/b0e7a072ef26808c08c4ac85c99cf1bc69eaa367))
14+
* productionize repo caching ([ac5ee46](https://github.com/stainless-api/stainless-api-go/commit/ac5ee4659754aa9bab3130ef46e980b0053680fd))
15+
16+
17+
### Bug Fixes
18+
19+
* **java:** ensure error handling always occurs ([e1b68f4](https://github.com/stainless-api/stainless-api-go/commit/e1b68f4793f113037c15f1f775806484d6c157ad))
20+
321
## 0.18.0 (2025-07-16)
422

523
Full Changelog: [v0.17.0...v0.18.0](https://github.com/stainless-api/stainless-api-go/compare/v0.17.0...v0.18.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.18.0'
27+
go get -u 'github.com/stainless-api/stainless-api-go@v0.19.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.18.0" // x-release-please-version
5+
const PackageVersion = "0.19.0" // x-release-please-version

0 commit comments

Comments
 (0)