From 2ab0dfb0c7e046bdd678007aae5c49f16409fbac Mon Sep 17 00:00:00 2001 From: raskad <32105367+raskad@users.noreply.github.com> Date: Mon, 29 Jan 2024 18:07:27 +0100 Subject: [PATCH] Prepare the v0.8.0 release (#89) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bdf8c19..b8f7e5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "regress" -version = "0.7.0" +version = "0.8.0" authors = ["ridiculousfish "] description = "A regular expression engine targeting EcmaScript syntax" license = "MIT OR Apache-2.0"