From ed52fff337d6d30bc389c19f1bf00035c15e2e6d Mon Sep 17 00:00:00 2001 From: Dominik Spicher Date: Thu, 2 Jul 2026 22:42:41 +0200 Subject: [PATCH] Cargo.toml: prepare relase 0.5.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6159270..a82ed8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "ur" description = "A Rust implementation of Uniform Resources" license = "MIT" -version = "0.4.1" +version = "0.5.0" authors = ["Dominik Spicher "] edition = "2024" repository = "https://github.com/dspicher/ur-rs/"