From dd16c5a3d0cf9362eda458b4cf0aaa844942e08f Mon Sep 17 00:00:00 2001 From: suzuke Date: Tue, 14 Jul 2026 18:57:38 +0800 Subject: [PATCH] =?UTF-8?q?release:=20bump=20agentic-git=200.2.2=20?= =?UTF-8?q?=E2=86=92=200.2.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Publishes the lib+bin split from PR #35 so registry consumers can depend on agentic_git::shim_entry(). Co-Authored-By: Claude Opus 4.6 (1M context) Agend-Agent: claude-aef7c0 Agend-Task: t-20260714011836271616-46776-5 Agend-Branch: release/agentic-git-0.2.3-lib-entry Agend-Issued-At: 2026-07-14T10:56:00.905970+00:00 --- Cargo.lock | 2 +- crates/agentic-git/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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