We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6005bf2 commit 59468e0Copy full SHA for 59468e0
2 files changed
CHANGELOG.md
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [0.3.1] — 2026-04-21
10
+
11
### Changed
12
- **Breaking (pre-1.0):** `WorkflowCancelled` and `ActivityCancelled` now inherit
13
from `BaseException` (not `DurableWorkflowError` / `Exception`), so a generic
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
name = "durable-workflow"
-version = "0.3.0"
+version = "0.3.1"
description = "Python SDK for the Durable Workflow server (language-neutral HTTP protocol)"
readme = "README.md"
requires-python = ">=3.10"
0 commit comments