From 8c6ddbf59e30a67bdbd357614f841224ab49dc08 Mon Sep 17 00:00:00 2001 From: Draco Lunaris <331325+Draco-Lunaris@users.noreply.github.com> Date: Fri, 5 Jun 2026 17:35:51 -0500 Subject: [PATCH] chore: bump version to 0.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dbad154..f26d6dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ members = [ ] [workspace.package] -version = "0.1.9" +version = "0.2.0" edition = "2021" authors = ["Echo "] license = "MIT"