From 411d8c45f0637da3c5a04c516f405f96113d60c7 Mon Sep 17 00:00:00 2001 From: Clark Moody Date: Fri, 12 Feb 2021 01:14:15 -0600 Subject: [PATCH] Bump version to 0.8.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8aaaa644..a8838366 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bech32" -version = "0.7.3" +version = "0.8.0" authors = ["Clark Moody"] repository = "https://github.com/rust-bitcoin/rust-bech32" description = "Encodes and decodes the Bech32 format"