diff --git a/CHANGELOG.md b/CHANGELOG.md index 95ae168..7875cd1 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 d0912c5..6a2faee 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"