From 51aa6791c316ed3f0b15fcd24356537d0628d01e Mon Sep 17 00:00:00 2001 From: DanGould Date: Tue, 30 Jul 2024 14:21:59 -0400 Subject: [PATCH] Release version 0.5.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 063eb12..e2b2e1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bip21" -version = "0.4.0" +version = "0.5.0" authors = ["Martin Habovstiak "] edition = "2018" description = "Rust-idiomatic, compliant, flexible and performant BIP21 crate."