Skip to content

Commit 8818156

Browse files
release: 0.1.0-alpha.1
1 parent d365689 commit 8818156

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
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: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Changelog
2+
3+
## 0.1.0-alpha.1 (2025-06-19)
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 ([d365689](https://github.com/zbdpay/zbd-payments-python-sdk/commit/d365689aea13350770ebb29003703506b2d93bc6))
10+
* **api:** update via SDK Studio ([77175a0](https://github.com/zbdpay/zbd-payments-python-sdk/commit/77175a07ea0bd1874d86fecb7b82e2e2388bacb0))
11+
12+
13+
### Chores
14+
15+
* configure new SDK language ([679c119](https://github.com/zbdpay/zbd-payments-python-sdk/commit/679c119fa94c1e1c88d78576c52b183be1dca2ca))
16+
* configure new SDK language ([07173a5](https://github.com/zbdpay/zbd-payments-python-sdk/commit/07173a50fe45ea94e40ed83b04dc09384bf458e1))
17+
* 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"

0 commit comments

Comments
 (0)