Skip to content

Commit 7909840

Browse files
committed
release: 0.24.1
1 parent 483b23c commit 7909840

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-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.24.0"
2+
".": "0.24.1"
33
}

CHANGELOG.md

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

3+
## 0.24.1 (2025-09-06)
4+
5+
Full Changelog: [v0.24.0...v0.24.1](https://github.com/stainless-api/stainless-api-go/compare/v0.24.0...v0.24.1)
6+
7+
### Bug Fixes
8+
9+
* **internal:** unmarshal correctly when there are multiple discriminators ([483b23c](https://github.com/stainless-api/stainless-api-go/commit/483b23c5999d093fd7348e42afae589181b7b182))
10+
11+
12+
### Chores
13+
14+
* **internal:** codegen related update ([8693156](https://github.com/stainless-api/stainless-api-go/commit/86931566d48420dd214db29b5a1364ef91269f08))
15+
316
## 0.24.0 (2025-08-30)
417

518
Full Changelog: [v0.23.0...v0.24.0](https://github.com/stainless-api/stainless-api-go/compare/v0.23.0...v0.24.0)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Or to pin the version:
2828
<!-- x-release-please-start-version -->
2929

3030
```sh
31-
go get -u 'github.com/stainless-api/[email protected].0'
31+
go get -u 'github.com/stainless-api/[email protected].1'
3232
```
3333

3434
<!-- 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.24.0" // x-release-please-version
5+
const PackageVersion = "0.24.1" // x-release-please-version

0 commit comments

Comments
 (0)