From ea97a5de9740a7eda311281828b3270d92fb1afb Mon Sep 17 00:00:00 2001 From: crowlkats Date: Wed, 31 Jul 2024 16:43:41 +0200 Subject: [PATCH] 0.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c902d5f..8295022 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "urlpattern" -version = "0.2.0" +version = "0.3.0" authors = ["the Deno authors", "crowlKats "] edition = "2021" description = "rust-urlpattern is a Rust implementation of the URLPattern standard"