From ba6a73a42bc7ad0d3f8877050802149c2585cdfe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 9 Jan 2026 15:07:06 +0000 Subject: [PATCH] Bump version to 0.2.5 Update CHANGELOG.md with commits since last release and sync lock file --- CHANGELOG.md | 5 +++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e29715..515a491 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.5] - 2026-01-09 + +### Changed +- feat: add natural key support for idempotent SQL generation (#18) + ## [0.2.4] - 2025-12-31 ### Changed diff --git a/pyproject.toml b/pyproject.toml index aba8e3c..b9c6bef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pgslice" -version = "0.2.4" +version = "0.2.5" description = "Extract PostgreSQL records with all related data via FK relationships" readme = "README.md" requires-python = ">=3.10" diff --git a/uv.lock b/uv.lock index 134722a..8e128a6 100644 --- a/uv.lock +++ b/uv.lock @@ -371,7 +371,7 @@ wheels = [ [[package]] name = "pgslice" -version = "0.2.4" +version = "0.2.5" source = { editable = "." } dependencies = [ { name = "printy" },