From 03b484d0adc1861ab7e2862e8b36191d63d248b2 Mon Sep 17 00:00:00 2001 From: Max Audron Date: Tue, 6 Jan 2026 23:14:36 +0100 Subject: release 1.1.0 - rewrite git implementation to use gix - only checkout repo if clean - fix wrong ref being updated on checkout if branch contained slash - update dependencies and rust version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 71e81ea..f366fe9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gtree" description = "A tool to clone and pull whole group trees from a git forge, properly organized on disk." -version = "1.0.4" +version = "1.1.0" edition = "2021" authors = ["Max Audron "] license = "ISC" -- cgit v1.2.3