From 96703cce747f159d25596a04fc5a400c5e1607a3 Mon Sep 17 00:00:00 2001 From: Ink-dark Date: Sun, 21 Jun 2026 21:11:34 +0800 Subject: [PATCH] chore: bump version to 0.13.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0e1a178..27a8830 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agit" -version = "0.13.0" +version = "0.13.1" edition = "2021" description = "AI-native Git tool - pure Rust implementation" license = "Apache-2.0"