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.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7f55092..765cee9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1632,7 +1632,7 @@ dependencies = [ [[package]] name = "gtree" -version = "1.0.4" +version = "1.1.0" dependencies = [ "ansi_term", "anyhow", 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