From 748f8e0353240c563c54421adfe8c2a7d31e34e5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 20 Mar 2026 10:16:35 +0000 Subject: [PATCH] release: 0.1.3 --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- uv.lock | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6361e43..6c946f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ # Changelog All notable changes to this project will be documented in this file. + +## [0.1.3] - 2026-03-20 + +- update github actions workflows and release management (#17) diff --git a/pyproject.toml b/pyproject.toml index c5e0b26..8365f59 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "transformplan" -version = "0.1.2" +version = "0.1.3" description = "Safe, reproducible data transformations with built-in auditing and validation" readme = "README.md" requires-python = ">=3.10" diff --git a/uv.lock b/uv.lock index 48a2c9d..86b0cb1 100644 --- a/uv.lock +++ b/uv.lock @@ -1,5 +1,5 @@ version = 1 -revision = 2 +revision = 3 requires-python = ">=3.10" resolution-markers = [ "python_full_version >= '3.14' and sys_platform == 'win32'", @@ -1281,7 +1281,7 @@ wheels = [ [[package]] name = "transformplan" -version = "0.1.2" +version = "0.1.3" source = { editable = "." } dependencies = [ { name = "pandas", version = "2.3.3", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.11'" },