Skip to content

Commit 4474d89

Browse files
release: 0.1.1
1 parent d575e84 commit 4474d89

File tree

4 files changed

+50
-3
lines changed

4 files changed

+50
-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.1.0-alpha.2"
2+
".": "0.1.1"
33
}

CHANGELOG.md

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

3+
## 0.1.1 (2025-04-18)
4+
5+
Full Changelog: [v0.1.0-alpha.2...v0.1.1](https://github.com/stainless-api/stainless-api-go/compare/v0.1.0-alpha.2...v0.1.1)
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
* **client:** improve param subunions & deduplicate types
10+
11+
### Features
12+
13+
* **api:** manual updates ([234b048](https://github.com/stainless-api/stainless-api-go/commit/234b04802dfab88748c758e735d2b682ab3ecfc9))
14+
* **api:** manual updates ([bdb03b2](https://github.com/stainless-api/stainless-api-go/commit/bdb03b2a606e4f6d0547f73adc3adfcb1b049e17))
15+
* **api:** manual updates ([913fa17](https://github.com/stainless-api/stainless-api-go/commit/913fa1787d8efaae448bf52a148a8bc1796ee863))
16+
* **api:** manual updates ([377297e](https://github.com/stainless-api/stainless-api-go/commit/377297e3b24ce63148a542cf9e37974b814ceea2))
17+
* **api:** manual updates ([27b0999](https://github.com/stainless-api/stainless-api-go/commit/27b0999fd27552e467fe95a98db43066c0746223))
18+
* **api:** manual updates ([f51a606](https://github.com/stainless-api/stainless-api-go/commit/f51a606a7c59ce3e88a521928c4005c4d5d7fb7a))
19+
* **api:** manual updates ([8a12474](https://github.com/stainless-api/stainless-api-go/commit/8a12474e56b70d86b3e003a0dcfd1552a69710c3))
20+
* **api:** update via SDK Studio ([7ee368f](https://github.com/stainless-api/stainless-api-go/commit/7ee368fd3b3c66505831503c6875b3195bebe7e4))
21+
* **api:** update via SDK Studio ([243ef05](https://github.com/stainless-api/stainless-api-go/commit/243ef05fc77763f465779bb695ecbdebb861b709))
22+
* **api:** update via SDK Studio ([#11](https://github.com/stainless-api/stainless-api-go/issues/11)) ([33da666](https://github.com/stainless-api/stainless-api-go/commit/33da666557e3c2fd081ee2b2d3b7aebe390371ab))
23+
* **api:** update via SDK Studio ([#12](https://github.com/stainless-api/stainless-api-go/issues/12)) ([7055889](https://github.com/stainless-api/stainless-api-go/commit/705588908654713e828181dc9521010faf1d008a))
24+
* **api:** update via SDK Studio ([#4](https://github.com/stainless-api/stainless-api-go/issues/4)) ([f06121f](https://github.com/stainless-api/stainless-api-go/commit/f06121f8e6884e77ac754807cf40c1fc0b285cc6))
25+
* **api:** update via SDK Studio ([#6](https://github.com/stainless-api/stainless-api-go/issues/6)) ([6c7c653](https://github.com/stainless-api/stainless-api-go/commit/6c7c653a883b2fe8871c50c0b149ff7164c28aeb))
26+
* **api:** update via SDK Studio ([#9](https://github.com/stainless-api/stainless-api-go/issues/9)) ([003e1f2](https://github.com/stainless-api/stainless-api-go/commit/003e1f2b2be8bb53837975cbc1655b8e223053af))
27+
* **client:** add support for reading base URL from environment variable ([af5bde1](https://github.com/stainless-api/stainless-api-go/commit/af5bde10c0861fb40bf1c741bbdbe6c3d376ffe7))
28+
* **client:** improve param subunions & deduplicate types ([e69c942](https://github.com/stainless-api/stainless-api-go/commit/e69c942603e2cb95996f8b43b9cc860b955b51ce))
29+
* **client:** support custom http clients ([#8](https://github.com/stainless-api/stainless-api-go/issues/8)) ([4d0d7ce](https://github.com/stainless-api/stainless-api-go/commit/4d0d7cee30fade3e4b16d149f39106e093222024))
30+
31+
32+
### Bug Fixes
33+
34+
* **client:** return error on bad custom url instead of panic ([#7](https://github.com/stainless-api/stainless-api-go/issues/7)) ([5995268](https://github.com/stainless-api/stainless-api-go/commit/59952683d6e4f20a137f916e8db9a1d499db7861))
35+
36+
37+
### Chores
38+
39+
* **docs:** document pre-request options ([a47fb38](https://github.com/stainless-api/stainless-api-go/commit/a47fb38eef2c775ab6395129658a3481ae3bc110))
40+
* fix typos ([5e0d30b](https://github.com/stainless-api/stainless-api-go/commit/5e0d30b46a04841afd7c22d650e421047dfd66c2))
41+
* go live ([#1](https://github.com/stainless-api/stainless-api-go/issues/1)) ([4116e8b](https://github.com/stainless-api/stainless-api-go/commit/4116e8b132ac5a4afdcbbda4839db27019750ada))
42+
* **internal:** expand CI branch coverage ([4916d29](https://github.com/stainless-api/stainless-api-go/commit/4916d29a9163387820329b2e50184a3a02359403))
43+
* **internal:** reduce CI branch coverage ([636807b](https://github.com/stainless-api/stainless-api-go/commit/636807b0baeb5fb65d65ded1637015a61292e70c))
44+
45+
46+
### Documentation
47+
48+
* update documentation links to be more uniform ([15ba067](https://github.com/stainless-api/stainless-api-go/commit/15ba067db23338f70bf91a51cfd14baa629f8523))
49+
350
## 0.1.0-alpha.2 (2025-04-08)
451

552
Full Changelog: [v0.1.0-alpha.1...v0.1.0-alpha.2](https://github.com/stainless-api/stainless-api-go/compare/v0.1.0-alpha.1...v0.1.0-alpha.2)

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.1.0-alpha.2'
27+
go get -u 'github.com/stainless-api/stainless-api-go@v0.1.1'
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.1.0-alpha.2" // x-release-please-version
5+
const PackageVersion = "0.1.1" // x-release-please-version

0 commit comments

Comments
 (0)