From a51257ffa0cdd40f227e9216f11cf44348a43717 Mon Sep 17 00:00:00 2001 From: Deepanshu Agarwal Date: Fri, 19 Jan 2024 21:19:46 +0530 Subject: [PATCH] Release 0.1.1a1 (#28) Signed-off-by: Deepanshu Agarwal --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7531d29..4a55d3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 0ad8556..d57957d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",