From 3c3a20733951a5560fe283676a96f82818910002 Mon Sep 17 00:00:00 2001 From: Pino de Candia <32303022+pinodeca@users.noreply.github.com> Date: Wed, 29 Jul 2026 18:33:52 +0000 Subject: [PATCH] chore: prepare release 0.1.27 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32620f9..e8064a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.27] - 2026-07-29 + ### Changed - **Bumped `duroxide` dependency** — `0.1.29` → `0.1.30`. diff --git a/Cargo.toml b/Cargo.toml index 3bac1d8..aebaff5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "duroxide-python" -version = "0.1.26" +version = "0.1.27" edition = "2021" [lib] diff --git a/pyproject.toml b/pyproject.toml index f8a50c0..ec2812c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "duroxide" -version = "0.1.26" +version = "0.1.27" description = "Python SDK for the Duroxide durable execution runtime" readme = "README.md" license = { text = "MIT" }