From 7b01de96c382f2d7fe91550b520851e744118ba3 Mon Sep 17 00:00:00 2001 From: James Date: Mon, 8 Sep 2025 10:32:53 -0400 Subject: [PATCH] chore: bump version to 0.10.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6c4c9d7..19f0baa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["crates/*"] resolver = "2" [workspace.package] -version = "0.10.1" +version = "0.10.2" edition = "2024" rust-version = "1.88" authors = ["init4"]