diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2fbefb94..5ee22adc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.58.0" + ".": "0.58.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e2bf36c..d53f29a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.58.1](https://github.com/cooper-square-technologies/profound-python-sdk/compare/v0.58.0...v0.58.1) (2026-08-28) + + +### Chores + +* **api:** update generated SDK content ([15a6573](https://github.com/cooper-square-technologies/profound-python-sdk/commit/15a657332c825a3e2f61aad3544f38c9b0b45027)) + ## [0.58.0](https://github.com/cooper-square-technologies/profound-python-sdk/compare/v0.57.0...v0.58.0) (2026-08-27) This release changes how the SDK is generated. Every API and every client method available in 0.57.0 remains available in 0.58.0, with the same signatures and the same behavior, so upgrading needs no code changes. Some generated details shift slightly, such as the ordering of members and the names of internal helpers. diff --git a/pyproject.toml b/pyproject.toml index aff2bebd..4545ccb9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "profound" -version = "0.58.0" # x-release-please-version +version = "0.58.1" # x-release-please-version description = "profound Python client." readme = "README.md" license = "Apache-2.0" diff --git a/src/profound/_version.py b/src/profound/_version.py index 31f21c15..0f69ba18 100644 --- a/src/profound/_version.py +++ b/src/profound/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Scalar. See README.md for details. __title__ = "profound" -__version__ = "0.58.0" # x-release-please-version +__version__ = "0.58.1" # x-release-please-version