From 654b715583c888746f64484225ac1d1bb38b408e Mon Sep 17 00:00:00 2001 From: Martin Habovstiak Date: Wed, 22 Mar 2023 09:38:42 +0100 Subject: [PATCH] Release version 0.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e8d2655..0b1d7a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bip21" -version = "0.2.0" +version = "0.3.0" authors = ["Martin Habovstiak "] edition = "2018" description = "Rust-idiomatic, compliant, flexible and performant BIP21 crate."