From 84c62c04166f2b64d3eab01114ed42ad7e9e7c7d Mon Sep 17 00:00:00 2001 From: Michael Sproul Date: Fri, 23 Aug 2024 16:50:17 +1000 Subject: [PATCH] Release v0.3.0 (#49) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bd98cd0..1e73099 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "milhouse" -version = "0.2.0" +version = "0.3.0" description = "Persistent binary merkle tree" edition = "2021" license = "Apache-2.0"