From 6eb266b814cb4c5a963fc03d3e41881b3fd35f16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20Leegwater=20Sim=C3=B5es?= Date: Sun, 14 Jan 2024 03:47:54 +0100 Subject: [PATCH] Bump version to `0.2.0` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 04ee2a9..f2fa3c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ keywords = ["merkle", "tree", "hash", "data", "structure"] repository = "https://github.com/ureeves/healm" authors = ["Eduardo Leegwater Simões "] -version = "0.1.0" +version = "0.2.0" edition = "2021" license = "MIT"