Skip to content

Commit 59468e0

Browse files
Release sdk-python 0.3.1
1 parent 6005bf2 commit 59468e0

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.3.1] — 2026-04-21
10+
911
### Changed
1012
- **Breaking (pre-1.0):** `WorkflowCancelled` and `ActivityCancelled` now inherit
1113
from `BaseException` (not `DurableWorkflowError` / `Exception`), so a generic

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "durable-workflow"
7-
version = "0.3.0"
7+
version = "0.3.1"
88
description = "Python SDK for the Durable Workflow server (language-neutral HTTP protocol)"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)