From f59629b8a5bd2d3febc2212b75c6627caff5479b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 11:19:45 +0800 Subject: [PATCH] chore: release v0.6.0 (#41) 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 9c68a5a..6a83484 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "general-sam" -version = "0.5.4" +version = "0.6.0" edition = "2021" license = "MIT OR Apache-2.0" description = "A general suffix automaton implementation in Rust"