diff --git a/Cargo.lock b/Cargo.lock index 8142324..d27f698 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "agentic-git" -version = "0.2.2" +version = "0.2.3" dependencies = [ "agentic-git-core", "chrono", diff --git a/crates/agentic-git/Cargo.toml b/crates/agentic-git/Cargo.toml index b08faa7..09637b4 100644 --- a/crates/agentic-git/Cargo.toml +++ b/crates/agentic-git/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "agentic-git" description = "A guarded, transparent git for AI coding agents — a PATH shim over the real git with per-agent worktree routing, a deny guardrail matrix, commit provenance, and audited bypass" -version = "0.2.2" +version = "0.2.3" edition.workspace = true rust-version.workspace = true license.workspace = true