diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d0c22de..a503dd4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.2" + ".": "0.1.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ccfe5b8..a6746ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.1.3](https://github.com/sumup/sumup-py/compare/v0.1.2...v0.1.3) (2026-04-01) + + +### Bug Fixes + +* **codegen:** generate enums for query params ([#244](https://github.com/sumup/sumup-py/issues/244)) ([94ff4cd](https://github.com/sumup/sumup-py/commit/94ff4cd7684c3442ef6602f2eed44f883c5b0fe7)) + + +### Chores + +* **deps-dev:** bump ruff from 0.15.7 to 0.15.8 ([#254](https://github.com/sumup/sumup-py/issues/254)) ([d3e149e](https://github.com/sumup/sumup-py/commit/d3e149e8cb6c0be4101fc80d07d26222e7f03c2a)) +* **deps-dev:** bump ty from 0.0.25 to 0.0.27 ([#253](https://github.com/sumup/sumup-py/issues/253)) ([ca18e20](https://github.com/sumup/sumup-py/commit/ca18e205f83c517ee0e501eb44cee18c64a7b35e)) +* **deps:** bump actions/setup-go from 6.3.0 to 6.4.0 ([#250](https://github.com/sumup/sumup-py/issues/250)) ([ab3b9af](https://github.com/sumup/sumup-py/commit/ab3b9af05c0b9536d7c09dfbe5199ba89256095c)) +* **deps:** bump astral-sh/setup-uv from 7.6.0 to 8.0.0 ([#251](https://github.com/sumup/sumup-py/issues/251)) ([2f72109](https://github.com/sumup/sumup-py/commit/2f721092a53267ae294e96043eff4106783b58c9)) +* **deps:** bump github.com/pb33f/libopenapi from 0.34.3 to 0.34.4 in /codegen ([#255](https://github.com/sumup/sumup-py/issues/255)) ([ad0890b](https://github.com/sumup/sumup-py/commit/ad0890bea3e01b923ae2ce528ee9ea13ff27fb0a)) +* **deps:** bump reviewdog/action-actionlint from 1.71.0 to 1.72.0 ([#252](https://github.com/sumup/sumup-py/issues/252)) ([8c88085](https://github.com/sumup/sumup-py/commit/8c880859c532c441b9c5192b8f8c08a7c6ab5c6c)) + ## [0.1.2](https://github.com/sumup/sumup-py/compare/v0.1.1...v0.1.2) (2026-03-31) diff --git a/pyproject.toml b/pyproject.toml index 4a6052e..3f4639d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "sumup" description = "Official Python SDK for the SumUp API." -version = "0.1.2" +version = "0.1.3" readme = "README.md" requires-python = ">=3.9" keywords = ["sdk", "sumup", "payments"] diff --git a/sumup/_version.py b/sumup/_version.py index 0d33eef..97c339a 100644 --- a/sumup/_version.py +++ b/sumup/_version.py @@ -1 +1 @@ -__version__ = "0.1.2" # x-release-please-version +__version__ = "0.1.3" # x-release-please-version diff --git a/uv.lock b/uv.lock index 3b7c0fd..4c11561 100644 --- a/uv.lock +++ b/uv.lock @@ -371,7 +371,7 @@ wheels = [ [[package]] name = "sumup" -version = "0.1.2" +version = "0.1.3" source = { editable = "." } dependencies = [ { name = "httpx" },