Skip to content

Commit 27f2655

Browse files
release: 0.1.0-alpha.2
1 parent 94573cf commit 27f2655

File tree

4 files changed

+36
-3
lines changed

4 files changed

+36
-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.1.0-alpha.1"
2+
".": "0.1.0-alpha.2"
33
}

CHANGELOG.md

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

3+
## 0.1.0-alpha.2 (2025-08-26)
4+
5+
Full Changelog: [v0.1.0-alpha.1...v0.1.0-alpha.2](https://github.com/zbdpay/zbd-payments-python-sdk/compare/v0.1.0-alpha.1...v0.1.0-alpha.2)
6+
7+
### Features
8+
9+
* clean up environment call outs ([535e5ab](https://github.com/zbdpay/zbd-payments-python-sdk/commit/535e5abe6894630fd12397c95e9fdcb0bdfcf658))
10+
* **client:** support file upload requests ([b3a0224](https://github.com/zbdpay/zbd-payments-python-sdk/commit/b3a02242d357e96493899e6acb0f283b83060aef))
11+
12+
13+
### Bug Fixes
14+
15+
* **client:** don't send Content-Type header on GET requests ([288eb7d](https://github.com/zbdpay/zbd-payments-python-sdk/commit/288eb7dbc10084e010006e07a0b6ae8bc31830f8))
16+
* **parsing:** correctly handle nested discriminated unions ([2ba6e54](https://github.com/zbdpay/zbd-payments-python-sdk/commit/2ba6e54f3688d3606a32b54e67858a9c1121ed03))
17+
* **parsing:** ignore empty metadata ([6810653](https://github.com/zbdpay/zbd-payments-python-sdk/commit/6810653d722e8eb4b5531d1a120035001942e039))
18+
* **parsing:** parse extra field types ([f952799](https://github.com/zbdpay/zbd-payments-python-sdk/commit/f9527997050c628fee3f05b76420e1449238d13b))
19+
20+
21+
### Chores
22+
23+
* **ci:** change upload type ([9c44657](https://github.com/zbdpay/zbd-payments-python-sdk/commit/9c4465773de134e1ecacb494a4f3f3c5f174146b))
24+
* **internal:** bump pinned h11 dep ([3938712](https://github.com/zbdpay/zbd-payments-python-sdk/commit/3938712b4835065e531e220a3e277bd84c0a6cf8))
25+
* **internal:** change ci workflow machines ([94573cf](https://github.com/zbdpay/zbd-payments-python-sdk/commit/94573cffbdaaa47ea3c04c8c08594ef8bcf515a9))
26+
* **internal:** codegen related update ([281314a](https://github.com/zbdpay/zbd-payments-python-sdk/commit/281314a9a7b24c8e61947df03ec796e162475447))
27+
* **internal:** codegen related update ([f6b6595](https://github.com/zbdpay/zbd-payments-python-sdk/commit/f6b6595872a031ad6fa6dd2b48f3ed7259fcdd55))
28+
* **internal:** fix ruff target version ([bfb7eb6](https://github.com/zbdpay/zbd-payments-python-sdk/commit/bfb7eb6f5f90f2eef5be4714c25d2335cd340956))
29+
* **internal:** update comment in script ([da3e700](https://github.com/zbdpay/zbd-payments-python-sdk/commit/da3e7007adac9551b21b7525c895538b0072e3de))
30+
* **package:** mark python 3.13 as supported ([ca53a0e](https://github.com/zbdpay/zbd-payments-python-sdk/commit/ca53a0eaa744e881b8d24a05f2d35049a9815682))
31+
* **project:** add settings file for vscode ([36c1d48](https://github.com/zbdpay/zbd-payments-python-sdk/commit/36c1d48714b6c9750dd885ee93c5e041f4a6e59e))
32+
* **readme:** fix version rendering on pypi ([337d17e](https://github.com/zbdpay/zbd-payments-python-sdk/commit/337d17e1d4ad645f55793d615ebd9f328fdef08a))
33+
* update @stainless-api/prism-cli to v5.15.0 ([f365ac1](https://github.com/zbdpay/zbd-payments-python-sdk/commit/f365ac1076dab4f1f57bb95878560a7eb94731a1))
34+
* update github action ([cc78ddf](https://github.com/zbdpay/zbd-payments-python-sdk/commit/cc78ddff5b244d94a49e6558dfe665d156791c58))
35+
336
## 0.1.0-alpha.1 (2025-06-30)
437

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

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

0 commit comments

Comments
 (0)