From 1f0efe33bf3a9977e84c1a9c1754ee7b8bb2a7dd Mon Sep 17 00:00:00 2001 From: Quanyi Ma Date: Fri, 27 Feb 2026 23:07:44 +0800 Subject: [PATCH] Bump to 0.6.1 Signed-off-by: Quanyi Ma --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3675ebbb..dda939c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-internal" -version = "0.6.0" +version = "0.6.1" edition = "2024" authors = ["Eli Ma "] description = "High-performance Rust library for Git internal objects, Pack files, and AI-assisted development objects (Intent, Plan, Task, Run, Evidence, Decision) with delta compression, streaming I/O, and smart protocol support."