v0.13.17 — sync release (no functional changes; actual fix is autorip hot-plug)

This commit is contained in:
2026-04-26 07:27:07 -07:00
parent c6cedfd3f2
commit 380bd4d727
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -1,5 +1,13 @@
# Changelog # 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) ## 0.13.16 (2026-04-26)
### Architecture: single `Progress` trait + `PassProgress` struct ### Architecture: single `Progress` trait + `PassProgress` struct
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "libfreemkv" name = "libfreemkv"
version = "0.13.16" version = "0.13.17"
edition = "2024" edition = "2024"
rust-version = "1.86" rust-version = "1.86"
license = "AGPL-3.0-only" license = "AGPL-3.0-only"