Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.58.0"
".": "0.58.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/profound/_version.py
Original file line number Diff line number Diff line change
@@ -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
Loading