From 6b30489c6490ccbca9f36e2273a4b31a8a9a23b7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 10 Apr 2026 08:52:47 +0000 Subject: [PATCH] release: 0.2.1 --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96f530c..4db49a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.2.1] - 2026-04-10 + +### Features + +- fixed shared hashing that caused memory issues (#23) + ## [0.2.0] - 2026-03-26 ### Breaking Changes diff --git a/pyproject.toml b/pyproject.toml index 6c4c7c7..0df83bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "transformplan" -version = "0.2.0" +version = "0.2.1" 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 055c71e..77adecf 100644 --- a/uv.lock +++ b/uv.lock @@ -1281,7 +1281,7 @@ wheels = [ [[package]] name = "transformplan" -version = "0.2.0" +version = "0.2.1" source = { editable = "." } dependencies = [ { name = "pandas", version = "2.3.3", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.11'" },