File tree Expand file tree Collapse file tree 4 files changed +22
-3
lines changed
Expand file tree Collapse file tree 4 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.23 .0"
2+ "." : " 0.24 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.24.0 (2025-08-30)
4+
5+ Full Changelog: [ v0.23.0...v0.24.0] ( https://github.com/stainless-api/stainless-api-go/compare/v0.23.0...v0.24.0 )
6+
7+ ### Features
8+
9+ * ** api:** encode path params ([ dec0d64] ( https://github.com/stainless-api/stainless-api-go/commit/dec0d644f0ef54fc99ae2840318e036963af9c49 ) )
10+ * ** api:** manual updates ([ ed9c57e] ( https://github.com/stainless-api/stainless-api-go/commit/ed9c57ecf38a35988da38bf831c6e451d4435403 ) )
11+
12+
13+ ### Bug Fixes
14+
15+ * close body before retrying ([ 9530408] ( https://github.com/stainless-api/stainless-api-go/commit/95304081d3b47f61c5ae99895776e5d6132955c7 ) )
16+
17+
18+ ### Documentation
19+
20+ * add contact email and link to docs ([ dabe555] ( https://github.com/stainless-api/stainless-api-go/commit/dabe5556f51575eef2146273515d8408fc948729 ) )
21+
322## 0.23.0 (2025-08-18)
423
524Full Changelog: [ v0.22.0...v0.23.0] ( https://github.com/stainless-api/stainless-api-go/compare/v0.22.0...v0.23.0 )
Original file line number Diff line number Diff 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.23 .0'
27+ go get -u ' github.com/stainless-api/stainless-api-go@v0.24 .0'
2828```
2929
3030<!-- x-release-please-end -->
Original file line number Diff line number Diff line change 22
33package internal
44
5- const PackageVersion = "0.23 .0" // x-release-please-version
5+ const PackageVersion = "0.24 .0" // x-release-please-version
You can’t perform that action at this time.
0 commit comments