From ee5bf5bdf6db7a1475bcc839a7f8c94d59b94748 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 31 Dec 2025 02:26:20 +0000 Subject: [PATCH] Bump version to 0.2.3 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 5a49480..945d959 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.3] - 2025-12-31 + +### Changed +- fix: quote column names in SQL generation and improve timeframe filtering (#14) + ## [0.2.2] - 2025-12-30 ### Changed diff --git a/pyproject.toml b/pyproject.toml index 2509bda..d5ac8c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pgslice" -version = "0.2.2" +version = "0.2.3" 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 a2066b3..88f0a72 100644 --- a/uv.lock +++ b/uv.lock @@ -371,7 +371,7 @@ wheels = [ [[package]] name = "pgslice" -version = "0.2.2" +version = "0.2.3" source = { editable = "." } dependencies = [ { name = "printy" },