From 68a506607e82036affea9f4e71d9273ad94007db Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 09:37:27 +0000 Subject: [PATCH] chore: release v1.0.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 65955a2..2474f4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "general-sam" -version = "1.0.4" +version = "1.0.5" edition = "2024" license = "MIT OR Apache-2.0" description = "A general suffix automaton implementation in Rust"