From 82c56fad3bcd205f606c54ae89d4e82d083c4265 Mon Sep 17 00:00:00 2001 From: Leo Kettmeir Date: Wed, 5 Nov 2025 10:18:47 +0100 Subject: [PATCH] 0.4.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e0aa32c..5c1016f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "urlpattern" -version = "0.4.0" +version = "0.4.1" authors = ["the Deno authors", "crowlKats "] edition = "2021" description = "rust-urlpattern is a Rust implementation of the URLPattern standard"