From af86ac6c534126d270ba25a0b03610cb577f5897 Mon Sep 17 00:00:00 2001 From: AusafMo Date: Sun, 2 Aug 2026 16:37:47 +0530 Subject: [PATCH] chore(release): bump cfgit + cfgit-impact to 0.4.6 Ships PR #37: every MCP tool and parameter now has a description (was 'No description' for most tools/params in MCP clients). Bump the plugin's cfgit floor to >=0.4.6. --- 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 9960255..9d0b5b7 100644 --- a/plugins/cfg_impact/pyproject.toml +++ b/plugins/cfg_impact/pyproject.toml @@ -1,13 +1,13 @@ [project] name = "cfgit-impact" -version = "0.4.5" +version = "0.4.6" 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.4.5,<0.5.0", + "cfgit>=0.4.6,<0.5.0", "httpx>=0.27", ] diff --git a/pyproject.toml b/pyproject.toml index f0c7211..910af96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cfgit" -version = "0.4.5" +version = "0.4.6" 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"