Mark v3.0.1 patch
All checks were successful
/ Compile and upload a release build (release) Successful in 54s

Barely anything has changed, but the package *is* different. v3 is from
months back and is missing information that Crates.io kinda wants.
This commit is contained in:
2025-11-13 16:55:12 -06:00
parent 9e47cb72d5
commit c5c5598fb7

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "gt-tool" name = "gt-tool"
version = "3.0.0" version = "3.0.1"
edition = "2024" edition = "2024"
license = "GPL-3.0-only" license = "GPL-3.0-only"
description = "CLI tools for interacting with the Gitea API. Mainly for attaching files to releases." description = "CLI tools for interacting with the Gitea API. Mainly for attaching files to releases."