From a52c5a41b725218d0e8f57b9930078e9f118e703 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 5 Nov 2023 17:34:10 +0800 Subject: [PATCH] chore: release v0.5.0 (#25) Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fc91bdc..a85a5b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "general-sam" -version = "0.4.2" +version = "0.5.0" edition = "2021" license = "MIT OR Apache-2.0" description = "A general suffix automaton implementation in Rust"