From e62b1fb6182d36d09407f4ae6f66cb1aa2f12d34 Mon Sep 17 00:00:00 2001 From: Quanyi Ma Date: Sat, 14 Mar 2026 00:42:00 +0800 Subject: [PATCH] Bump to 0.7.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 c75be5e3..0c9e7aa1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-internal" -version = "0.7.0" +version = "0.7.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."