Skip to content

Commit 54ec9ff

Browse files
release: 0.1.0-alpha.1
1 parent e140140 commit 54ec9ff

File tree

4 files changed

+32
-3
lines changed

4 files changed

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

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Changelog
2+
3+
## 0.1.0-alpha.1 (2025-06-30)
4+
5+
Full Changelog: [v0.0.1-alpha.0...v0.1.0-alpha.1](https://github.com/zbdpay/zbd-payments-python-sdk/compare/v0.0.1-alpha.0...v0.1.0-alpha.1)
6+
7+
### Features
8+
9+
* **api:** update via SDK Studio ([e140140](https://github.com/zbdpay/zbd-payments-python-sdk/commit/e1401402adc0922f9d480bd4915508829a012ea6))
10+
* **api:** update via SDK Studio ([d365689](https://github.com/zbdpay/zbd-payments-python-sdk/commit/d365689aea13350770ebb29003703506b2d93bc6))
11+
* **api:** update via SDK Studio ([77175a0](https://github.com/zbdpay/zbd-payments-python-sdk/commit/77175a07ea0bd1874d86fecb7b82e2e2388bacb0))
12+
* **client:** add support for aiohttp ([8788187](https://github.com/zbdpay/zbd-payments-python-sdk/commit/8788187346d655321d0f7039833533060ad23a58))
13+
14+
15+
### Bug Fixes
16+
17+
* **ci:** correct conditional ([80e453a](https://github.com/zbdpay/zbd-payments-python-sdk/commit/80e453a6e788e1d0486512289db060a0c2116c4b))
18+
* **ci:** release-doctor — report correct token name ([80668d2](https://github.com/zbdpay/zbd-payments-python-sdk/commit/80668d2c8e761c84183950b40f2d01319f0cbbe3))
19+
20+
21+
### Chores
22+
23+
* change publish docs url ([ade5ab6](https://github.com/zbdpay/zbd-payments-python-sdk/commit/ade5ab6d9c14e7f91a6cbb1addf75189ae3dc42e))
24+
* **ci:** only run for pushes and fork pull requests ([859534a](https://github.com/zbdpay/zbd-payments-python-sdk/commit/859534a6d07900299587933720f1054d5b67d036))
25+
* configure new SDK language ([679c119](https://github.com/zbdpay/zbd-payments-python-sdk/commit/679c119fa94c1e1c88d78576c52b183be1dca2ca))
26+
* configure new SDK language ([07173a5](https://github.com/zbdpay/zbd-payments-python-sdk/commit/07173a50fe45ea94e40ed83b04dc09384bf458e1))
27+
* **internal:** codegen related update ([5cba4a2](https://github.com/zbdpay/zbd-payments-python-sdk/commit/5cba4a2c05d6d3a8a483ada0c22720aaeb619303))
28+
* **tests:** skip some failing tests on the latest python versions ([680eed5](https://github.com/zbdpay/zbd-payments-python-sdk/commit/680eed5b78810d2296df2e60a3c8bf0f11c73d51))
29+
* update SDK settings ([9be94bf](https://github.com/zbdpay/zbd-payments-python-sdk/commit/9be94bf044c25787f3832724f9f00ad05e0d5878))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "zbdpay"
3-
version = "0.0.1-alpha.0"
3+
version = "0.1.0-alpha.1"
44
description = "The official Python library for the zbd-payments API"
55
dynamic = ["readme"]
66
license = "MIT"

src/zbdpay/_version.py

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__ = "zbdpay"
4-
__version__ = "0.0.1-alpha.0" # x-release-please-version
4+
__version__ = "0.1.0-alpha.1" # x-release-please-version

0 commit comments

Comments
 (0)