Skip to content

Commit 0f723fa

Browse files
release: 0.58.0
1 parent ed6f3c8 commit 0f723fa

4 files changed

Lines changed: 15 additions & 3 deletions

File tree

.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.57.0"
2+
".": "0.58.0"
33
}

CHANGELOG.md

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

3+
## 0.58.0 (2026-08-14)
4+
5+
Full Changelog: [v0.57.0...v0.58.0](https://github.com/cooper-square-technologies/profound-python-sdk/compare/v0.57.0...v0.58.0)
6+
7+
### Features
8+
9+
* **api:** api update ([7e7e61a](https://github.com/cooper-square-technologies/profound-python-sdk/commit/7e7e61a0594183b3d8f0887cef8a6ff3b5b84811))
10+
* **api:** api update ([035cb0f](https://github.com/cooper-square-technologies/profound-python-sdk/commit/035cb0f97cef4b50436c00295d4f91e85d9393a0))
11+
* **api:** api update ([d70f371](https://github.com/cooper-square-technologies/profound-python-sdk/commit/d70f371ce725beb8dd9dbc32c73f95417302febb))
12+
* **api:** api update ([784b5e9](https://github.com/cooper-square-technologies/profound-python-sdk/commit/784b5e900c45e763de1b2e04350ec98391c77afe))
13+
* **api:** api update ([8fb4e3f](https://github.com/cooper-square-technologies/profound-python-sdk/commit/8fb4e3f5cdf323113785d5de87eda4c3ee3dc657))
14+
315
## 0.57.0 (2026-08-05)
416

517
Full Changelog: [v0.56.0...v0.57.0](https://github.com/cooper-square-technologies/profound-python-sdk/compare/v0.56.0...v0.57.0)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "profound"
3-
version = "0.57.0"
3+
version = "0.58.0"
44
description = "The official Python library for the profound API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/profound/_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__ = "profound"
4-
__version__ = "0.57.0" # x-release-please-version
4+
__version__ = "0.58.0" # x-release-please-version

0 commit comments

Comments
 (0)