Skip to content

Commit 06886db

Browse files
authored
release: 0.32.0 (#44)
1 parent bd919ba commit 06886db

4 files changed

Lines changed: 18 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.31.0"
2+
".": "0.32.0"
33
}

CHANGELOG.md

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

3+
## [0.32.0](https://github.com/sentdm/sent-dm-python/compare/v0.31.0...v0.32.0) (2026-07-07)
4+
5+
6+
### Features
7+
8+
* enable release-please releases and back-sync trigger ([bd919ba](https://github.com/sentdm/sent-dm-python/commit/bd919baf5a524a4fae55613331e42f08c8854bc9))
9+
* initial stlc build ([701f641](https://github.com/sentdm/sent-dm-python/commit/701f641249ccd3e14bfbf2296e851d86d52f64f3))
10+
11+
12+
### Chores
13+
14+
* add promote, back-sync, and trunk-lock workflows ([8fbce67](https://github.com/sentdm/sent-dm-python/commit/8fbce677dd2a65001665042371942978c734b3eb))
15+
* add promote, back-sync, and trunk-lock workflows ([cef0317](https://github.com/sentdm/sent-dm-python/commit/cef0317ea4029f570dc3aecfcf590fbc65863643))
16+
* add release back-sync trigger workflow ([1b075ef](https://github.com/sentdm/sent-dm-python/commit/1b075effc5a83b648c0eb57782a723c106ac1017))
17+
318
## 0.31.0 (2026-07-02)
419

520
Full Changelog: [v0.30.0...v0.31.0](https://github.com/sentdm/sent-dm-python/compare/v0.30.0...v0.31.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 = "sentdm"
3-
version = "0.31.0"
3+
version = "0.32.0"
44
description = "The official Python library for the Sent API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/sent_dm/_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__ = "sent_dm"
4-
__version__ = "0.31.0" # x-release-please-version
4+
__version__ = "0.32.0" # x-release-please-version

0 commit comments

Comments
 (0)