From 82571e3165ed488f74a88ddf15339fa9d6318198 Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Wed, 8 Jan 2025 15:15:44 +1100 Subject: [PATCH 1/2] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a58dd9a..04d5076 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "milhouse" -version = "0.4.0" +version = "0.4.1" description = "Persistent binary merkle tree" edition = "2021" license = "Apache-2.0" From 9df225fde76aa0d1830532071a28119ff067e972 Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Thu, 9 Jan 2025 14:41:41 +1100 Subject: [PATCH 2/2] Bump to v0.5.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 04d5076..8f2a63a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "milhouse" -version = "0.4.1" +version = "0.5.0" description = "Persistent binary merkle tree" edition = "2021" license = "Apache-2.0"