From 380bd4d7270264ff2df774456d5528070bc2ee33 Mon Sep 17 00:00:00 2001 From: Matthew Jackson Date: Sun, 26 Apr 2026 07:27:07 -0700 Subject: [PATCH] =?UTF-8?q?v0.13.17=20=E2=80=94=20sync=20release=20(no=20f?= =?UTF-8?q?unctional=20changes;=20actual=20fix=20is=20autorip=20hot-plug)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ccf621..9f35584 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.13.17 (2026-04-26) + +### Sync release — no functional changes + +Bumped to satisfy the unified-versioning rule. Actual fix is in autorip +(hot-plug rescan in the drive poll loop — autorip now picks up +unplug/replug events without a container restart). + ## 0.13.16 (2026-04-26) ### Architecture: single `Progress` trait + `PassProgress` struct diff --git a/Cargo.toml b/Cargo.toml index e6d0c16..df8503a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libfreemkv" -version = "0.13.16" +version = "0.13.17" edition = "2024" rust-version = "1.86" license = "AGPL-3.0-only"