From c5c5598fb746a63d97bbb779c7b364e539cfb457 Mon Sep 17 00:00:00 2001 From: Robert Garrett Date: Thu, 13 Nov 2025 16:55:12 -0600 Subject: [PATCH] Mark v3.0.1 patch Barely anything has changed, but the package *is* different. v3 is from months back and is missing information that Crates.io kinda wants. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d63cb01..94312b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gt-tool" -version = "3.0.0" +version = "3.0.1" edition = "2024" license = "GPL-3.0-only" description = "CLI tools for interacting with the Gitea API. Mainly for attaching files to releases."