From 8cfc6605c95a9262f53427956ddd3082103843c8 Mon Sep 17 00:00:00 2001 From: Robert Garrett Date: Mon, 21 Jul 2025 10:56:26 -0500 Subject: [PATCH] Mark pre-release 3.0.0-alpha.1 The configuration file loading is complete and seems to work the way I expect. I still need to do an improved project guessing system, and it would be smart to allow the user to explicitly enter a config file to use. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5a0ea7c..66bde80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gt-tool" -version = "2.2.0" +version = "3.0.0-alpha.1" edition = "2024" [dependencies]