From 9767693f8d6b8515bec52b3aa038cb60b41169c5 Mon Sep 17 00:00:00 2001 From: sentdmdevops Date: Tue, 7 Jul 2026 17:17:26 +0200 Subject: [PATCH] release: 0.32.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ pyproject.toml | 2 +- src/sent_dm/_version.py | 2 +- 4 files changed, 18 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f81bf9923..f04d08965 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.31.0" + ".": "0.32.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c5277f749..e7477eecd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.32.0](https://github.com/sentdm/sent-dm-python/compare/v0.31.0...v0.32.0) (2026-07-07) + + +### Features + +* enable release-please releases and back-sync trigger ([bd919ba](https://github.com/sentdm/sent-dm-python/commit/bd919baf5a524a4fae55613331e42f08c8854bc9)) +* initial stlc build ([701f641](https://github.com/sentdm/sent-dm-python/commit/701f641249ccd3e14bfbf2296e851d86d52f64f3)) + + +### Chores + +* add promote, back-sync, and trunk-lock workflows ([8fbce67](https://github.com/sentdm/sent-dm-python/commit/8fbce677dd2a65001665042371942978c734b3eb)) +* add promote, back-sync, and trunk-lock workflows ([cef0317](https://github.com/sentdm/sent-dm-python/commit/cef0317ea4029f570dc3aecfcf590fbc65863643)) +* add release back-sync trigger workflow ([1b075ef](https://github.com/sentdm/sent-dm-python/commit/1b075effc5a83b648c0eb57782a723c106ac1017)) + ## 0.31.0 (2026-07-02) Full Changelog: [v0.30.0...v0.31.0](https://github.com/sentdm/sent-dm-python/compare/v0.30.0...v0.31.0) diff --git a/pyproject.toml b/pyproject.toml index 6a3110c43..127828a16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "sentdm" -version = "0.31.0" +version = "0.32.0" description = "The official Python library for the Sent API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/sent_dm/_version.py b/src/sent_dm/_version.py index d5f11dfd0..63490dbaf 100644 --- a/src/sent_dm/_version.py +++ b/src/sent_dm/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "sent_dm" -__version__ = "0.31.0" # x-release-please-version +__version__ = "0.32.0" # x-release-please-version