From d2afe2c92fb117c4dfbfc629b9c3bc0402eb3965 Mon Sep 17 00:00:00 2001 From: Matthew Jackson Date: Wed, 13 May 2026 14:29:40 -0700 Subject: [PATCH] v0.20.7: version bump for unified release (no source changes) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The 0.20.7 work lives downstream in autorip — process-level safety net (hard watchdog 5-min mux escalation + std::process::exit, restart-loop counter + auto-quarantine after 3 attempts, partial-state preservation, failure_reason surfaced in /api/state). Bumping libfreemkv to 0.20.7 keeps the 4 crates on the unified release train per CLAUDE.md. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 78996bd..d93f759 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libfreemkv" -version = "0.20.6" +version = "0.20.7" edition = "2024" rust-version = "1.86" license = "AGPL-3.0-only"