Skip to content

Commit 390d038

Browse files
release: 0.1.1
1 parent ee9ae9e commit 390d038

4 files changed

Lines changed: 24 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: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## 0.1.1 (2026-02-25)
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+
* format all `api.md` files ([c48c11d](https://github.com/stainless-commons/stripe-python/commit/c48c11d7ded34e0caebe970203291c68ba9552fb))
16+
* **internal:** add request options to SSE classes ([fa41519](https://github.com/stainless-commons/stripe-python/commit/fa41519a4d2313962ac322d782d1f70265b6d0ba))
17+
* **internal:** make `test_proxy_environment_variables` more resilient ([09dfc73](https://github.com/stainless-commons/stripe-python/commit/09dfc739821286e53d3faef95946384e7de6ed7a))
18+
* **internal:** make `test_proxy_environment_variables` more resilient to env ([ee9ae9e](https://github.com/stainless-commons/stripe-python/commit/ee9ae9efd7b7596ed7e9ff7345058fc55df2b9f0))
19+
* **test:** enable generated tests ([81c8402](https://github.com/stainless-commons/stripe-python/commit/81c84023ed762036e97a88e85684cc5fa25d1adf))
20+
* **tests:** bump @stdy/cli to 0.16.1 ([1b8ece0](https://github.com/stainless-commons/stripe-python/commit/1b8ece00e53ee181f69119e1925c24afc2319428))
21+
* **tests:** bump mock server version ([e306ac0](https://github.com/stainless-commons/stripe-python/commit/e306ac08b2eb0d0385aa5d26c6b540a1988382eb))
22+
* update mock server docs ([bcd2711](https://github.com/stainless-commons/stripe-python/commit/bcd27117fb081aa59df24e034678c8dea078259b))
23+
324
## 0.1.0 (2026-02-12)
425

526
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)