Skip to content

Commit 1693dd1

Browse files
release: 0.1.0
1 parent ddd39ed commit 1693dd1

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

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Changelog
2+
3+
## 0.1.0 (2026-02-12)
4+
5+
Full Changelog: [v0.0.1...v0.1.0](https://github.com/stainless-commons/stripe-python/compare/v0.0.1...v0.1.0)
6+
7+
### Features
8+
9+
* **api:** manual updates ([ddd39ed](https://github.com/stainless-commons/stripe-python/commit/ddd39ede1ff627a4a42ccfc6bdcc29382ecd4062))
10+
* **api:** manual updates ([ce1515f](https://github.com/stainless-commons/stripe-python/commit/ce1515f3fb170f94aa753e2666413aecc34f67da))
11+
* **api:** manual updates ([a22587f](https://github.com/stainless-commons/stripe-python/commit/a22587fc6d881abd3bcc53efe762d19f25aef885))
12+
* **api:** manual updates ([d0f9b47](https://github.com/stainless-commons/stripe-python/commit/d0f9b47163845d40481b333e007fd5ae1c2d1243))
13+
* **api:** manual updates ([df4c50a](https://github.com/stainless-commons/stripe-python/commit/df4c50a4dbefd67c64bedf4274fc532817846b6b))
14+
* **api:** manual updates ([b7b117d](https://github.com/stainless-commons/stripe-python/commit/b7b117d9e76b72b742a84949941e1c3b65515c39))
15+
* **api:** manual updates ([c1b8542](https://github.com/stainless-commons/stripe-python/commit/c1b8542c564d7d99c517db2d76377b0027ac7521))
16+
* **api:** manual updates ([c7f7de4](https://github.com/stainless-commons/stripe-python/commit/c7f7de4693baad277cf7b24302726f03be52d69b))
17+
* **api:** manual updates ([cb59e1e](https://github.com/stainless-commons/stripe-python/commit/cb59e1e0637785af584fb3bc5b1000425d01c310))
18+
19+
20+
### Chores
21+
22+
* configure new SDK language ([02968ed](https://github.com/stainless-commons/stripe-python/commit/02968ed41bf10f2a743e72a2b5392b51e7029b26))
23+
* **internal:** bump dependencies ([5daccfb](https://github.com/stainless-commons/stripe-python/commit/5daccfb96d5dd463a565fd4b33156d2f97209b09))
24+
* **internal:** fix lint error on Python 3.14 ([1e62e09](https://github.com/stainless-commons/stripe-python/commit/1e62e099378219f3d5861a5d58a82656e69af17b))
25+
* update SDK settings ([f0c66c1](https://github.com/stainless-commons/stripe-python/commit/f0c66c117f33fdf6b95643fead0d6e798c6d2ec0))

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.0.1"
3+
version = "0.1.0"
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.0.1" # x-release-please-version
4+
__version__ = "0.1.0" # x-release-please-version

0 commit comments

Comments
 (0)