Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions plugins/cfg_impact/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[project]
name = "cfgit-impact"
version = "0.4.0"
version = "0.4.1"
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.0,<0.5.0",
"cfgit>=0.4.1,<0.5.0",
"httpx>=0.27",
]

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "cfgit"
version = "0.4.0"
version = "0.4.1"
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"
Expand Down
Loading