From 75f6df529cec71ae3121f1e82ad73ef3042a9ec4 Mon Sep 17 00:00:00 2001 From: Matthew Jackson Date: Fri, 8 May 2026 16:20:28 -0700 Subject: [PATCH] =?UTF-8?q?v0.17.7:=20sync=20release=20=E2=80=94=20no=20fu?= =?UTF-8?q?nctional=20changes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Version bump to keep the four freemkv crates at unified versioning after autorip's v0.17.6 + v0.17.7 work today. No libfreemkv code changes; republished to crates.io so downstream consumers stay aligned on the latest patch version. --- CHANGELOG.md | 11 +++++++++++ Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b08429..5988233 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 0.17.7 (2026-05-08) + +### Sync release — no functional libfreemkv changes + +Version bump to keep the four freemkv crates at unified versioning. +autorip shipped UI smoothness + audit fixes today (v0.17.6, v0.17.7); +libfreemkv carries no code changes, but is bumped + republished to +crates.io so downstream `libfreemkv = "0.17"` consumers stay aligned +on the latest patch version. See autorip CHANGELOG for the +user-visible work in this release window. + ## 0.17.5 (2026-05-08) ### Pass N recovery — kernel block-device fallback + per-range fixes diff --git a/Cargo.toml b/Cargo.toml index ac6e6d1..16394fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libfreemkv" -version = "0.17.5" +version = "0.17.7" edition = "2024" rust-version = "1.86" license = "AGPL-3.0-only"