From 5234883449c17513df18d26f4c17f6dfb3974818 Mon Sep 17 00:00:00 2001 From: Adam Greig Date: Sat, 3 Jan 2026 18:54:55 +0000 Subject: [PATCH] Prepare for v0.7.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3436fb9..6cf0b1a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flash-algorithm" -version = "0.6.0" +version = "0.7.0" edition = "2021" readme = "README.md" keywords = ["no-std", "embedded", "flashing"]