Skip to content

Commit

Permalink
Release 0.1.1a1 (#28)
Browse files Browse the repository at this point in the history
Signed-off-by: Deepanshu Agarwal <[email protected]>
  • Loading branch information
DeepanshuA authored Jan 19, 2024
1 parent 460f5ef commit a51257f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v0.1.1a1

### New

- Add recursive flag in terminate_orchestration to support cascade terminate ([#27](https://github.com/microsoft/durabletask-python/pull/27)) - contributed by [@shivamkm07](https://github.com/shivamkm07)

## v0.1.0

### New
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "durabletask"
version = "0.1.0"
version = "0.1.1-alpha.1"
description = "A Durable Task Client SDK for Python"
keywords = [
"durable",
Expand Down

0 comments on commit a51257f

Please sign in to comment.