From 83b1bcfe08aa9fc88abb3358d60c5e74cbe20cb2 Mon Sep 17 00:00:00 2001 From: Mac L Date: Thu, 23 Jul 2026 19:49:17 +1000 Subject: [PATCH] Release v0.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7ab8268..6805a30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sensitive_url" -version = "0.1.0" +version = "0.2.0" description = "Automatically redact sensitive information from URLs." documentation = "https://docs.rs/sensitive_url" authors = ["Sigma Prime "]