Skip to content

Commit 424ffa9

Browse files
authored
Prep for v1.3.0 (#106)
1 parent 75801ac commit 424ffa9

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## v1.3.0
99

10-
CHANGED
10+
ADDED
1111

1212
- Allow entities with custom names
13+
14+
CHANGED
15+
16+
- Allow task.fail() to be called with Exceptions
17+
- Update type-hinting for Task return sub-types
1318
- Add/update type-hinting for various worker methods
1419

1520
## v1.2.0

durabletask-azuremanaged/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## v1.3.0
9+
10+
- Updates base dependency to durabletask v1.3.0
11+
- See durabletask changelog for more details
12+
813
## v1.2.0
914

1015
- Updates base dependency to durabletask v1.2.0

durabletask-azuremanaged/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
99

1010
[project]
1111
name = "durabletask.azuremanaged"
12-
version = "1.2.0"
12+
version = "1.3.0"
1313
description = "Durable Task Python SDK provider implementation for the Azure Durable Task Scheduler"
1414
keywords = [
1515
"durable",
@@ -26,7 +26,7 @@ requires-python = ">=3.10"
2626
license = {file = "LICENSE"}
2727
readme = "README.md"
2828
dependencies = [
29-
"durabletask>=1.2.0",
29+
"durabletask>=1.3.0",
3030
"azure-identity>=1.19.0"
3131
]
3232

pyproject.toml

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

1010
[project]
1111
name = "durabletask"
12-
version = "1.2.0"
12+
version = "1.3.0"
1313
description = "A Durable Task Client SDK for Python"
1414
keywords = [
1515
"durable",

0 commit comments

Comments
 (0)