From 382f0afece192eae34926c398a2b006c9f39b7c0 Mon Sep 17 00:00:00 2001 From: edgul Date: Wed, 21 Jan 2026 14:57:47 -0500 Subject: [PATCH] 0.5.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0a8d9ee..da24d24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "urlpattern" -version = "0.5.0" +version = "0.5.1" authors = ["the Deno authors", "crowlKats "] edition = "2024" description = "rust-urlpattern is a Rust implementation of the URLPattern standard"