From 66040feb080caea13ff130b2618eb432f2c01c95 Mon Sep 17 00:00:00 2001 From: AusafMo Date: Sun, 26 Jul 2026 21:11:30 +0530 Subject: [PATCH] chore(release): bump cfgit + cfgit-impact to 0.3.0 Minor bump for the collection-scale release (#19): cfg export + import --from round-trip, commit --bulk-from --dry-run, export size warning, cancellation-safe bulk writes, doctor adopt-all nudge. Additive features, nothing removed. Widen plugin cfgit pin to >=0.3.0,<0.4.0. Both build + twine check clean locally. --- plugins/cfg_impact/pyproject.toml | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/cfg_impact/pyproject.toml b/plugins/cfg_impact/pyproject.toml index 89ed069..b866e19 100644 --- a/plugins/cfg_impact/pyproject.toml +++ b/plugins/cfg_impact/pyproject.toml @@ -1,13 +1,13 @@ [project] name = "cfgit-impact" -version = "0.2.0" +version = "0.3.0" description = "Optional cfgit plugin for deterministic system-impact summaries and opt-in LLM narration of database record diffs" readme = "README.md" requires-python = ">=3.11" license = "Apache-2.0" authors = [{ name = "Mohammad Ausaf" }] dependencies = [ - "cfgit>=0.2.0,<0.3.0", + "cfgit>=0.3.0,<0.4.0", "httpx>=0.27", ] diff --git a/pyproject.toml b/pyproject.toml index 6331142..957fc3b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cfgit" -version = "0.2.0" +version = "0.3.0" description = "Git-style history, diff, drift detection, and rollback for live database records without migrating or owning your datastore" readme = "README.md" requires-python = ">=3.11"