Skip to content

Commit 8e7a535

Browse files
release: 0.1.1
1 parent 3847ce1 commit 8e7a535

4 files changed

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

3+
## 0.1.1 (2026-02-13)
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+
* **test:** enable generated tests ([81c8402](https://github.com/stainless-commons/stripe-python/commit/81c84023ed762036e97a88e85684cc5fa25d1adf))
17+
318
## 0.1.0 (2026-02-12)
419

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