From 9a55abea1d72e65a627761417f9386c444ce7917 Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Fri, 22 Mar 2024 09:44:45 -0500 Subject: [PATCH] Update version to 0.8.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 69af067..53ec9d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hwi" -version = "0.7.0" +version = "0.8.0" authors = ["Daniela Brozzoni "] edition = "2018" license = "MIT"