From 5f24f2e532c90ad5520e8877345f81ffe2996fa1 Mon Sep 17 00:00:00 2001 From: Leo Kettmeir Date: Wed, 17 Sep 2025 15:39:20 +0200 Subject: [PATCH] 0.4.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index da71472..e0aa32c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "urlpattern" -version = "0.3.0" +version = "0.4.0" authors = ["the Deno authors", "crowlKats "] edition = "2021" description = "rust-urlpattern is a Rust implementation of the URLPattern standard"