Skip to content

Commit 5adc812

Browse files
release: 0.1.1
1 parent 80e4496 commit 5adc812

4 files changed

Lines changed: 28 additions & 3 deletions

File tree

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

CHANGELOG.md

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

3+
## 0.1.1 (2026-03-06)
4+
5+
Full Changelog: [v0.1.0...v0.1.1](https://github.com/stainless-commons/stripe-python/compare/v0.1.0...v0.1.1)
6+
7+
### Bug Fixes
8+
9+
* use correct format for nested and array query params ([aed61b7](https://github.com/stainless-commons/stripe-python/commit/aed61b71afd19864976d3202e6d2b48cadae2ee8))
10+
11+
12+
### Chores
13+
14+
* bump @stdy/cli to 0.15.3 ([3847ce1](https://github.com/stainless-commons/stripe-python/commit/3847ce1c5966a6ec456b3c831c7b275f37c17b34))
15+
* **ci:** bump uv version ([e3f69aa](https://github.com/stainless-commons/stripe-python/commit/e3f69aac9b1c86932148e536fff17919224e4b3d))
16+
* format all `api.md` files ([c48c11d](https://github.com/stainless-commons/stripe-python/commit/c48c11d7ded34e0caebe970203291c68ba9552fb))
17+
* **internal:** add request options to SSE classes ([fa41519](https://github.com/stainless-commons/stripe-python/commit/fa41519a4d2313962ac322d782d1f70265b6d0ba))
18+
* **internal:** bump mock server version ([44e6bfb](https://github.com/stainless-commons/stripe-python/commit/44e6bfb11bb60d74b96418f93dad036d5e286d71))
19+
* **internal:** codegen related update ([80e4496](https://github.com/stainless-commons/stripe-python/commit/80e449622d08e15eaba286c60f12955ff49cb051))
20+
* **internal:** make `test_proxy_environment_variables` more resilient ([09dfc73](https://github.com/stainless-commons/stripe-python/commit/09dfc739821286e53d3faef95946384e7de6ed7a))
21+
* **internal:** make `test_proxy_environment_variables` more resilient to env ([ee9ae9e](https://github.com/stainless-commons/stripe-python/commit/ee9ae9efd7b7596ed7e9ff7345058fc55df2b9f0))
22+
* **internal:** refactor authentication internals ([50a4731](https://github.com/stainless-commons/stripe-python/commit/50a4731ff1da1cf30e789e081d3c0d7cafd977a1))
23+
* **test:** enable generated tests ([81c8402](https://github.com/stainless-commons/stripe-python/commit/81c84023ed762036e97a88e85684cc5fa25d1adf))
24+
* **tests:** bump @stdy/cli to 0.16.1 ([1b8ece0](https://github.com/stainless-commons/stripe-python/commit/1b8ece00e53ee181f69119e1925c24afc2319428))
25+
* **tests:** bump mock server version ([e306ac0](https://github.com/stainless-commons/stripe-python/commit/e306ac08b2eb0d0385aa5d26c6b540a1988382eb))
26+
* update mock server docs ([bcd2711](https://github.com/stainless-commons/stripe-python/commit/bcd27117fb081aa59df24e034678c8dea078259b))
27+
328
## 0.1.0 (2026-02-12)
429

530
Full Changelog: [v0.0.1...v0.1.0](https://github.com/stainless-commons/stripe-python/compare/v0.0.1...v0.1.0)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "stainless_commons_stripe"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "The official Python library for the Stripe API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "stainless_commons_stripe"
4-
__version__ = "0.1.0" # x-release-please-version
4+
__version__ = "0.1.1" # x-release-please-version

0 commit comments

Comments
 (0)