diff --git a/CHANGELOG.md b/CHANGELOG.md index 7875cd1..0fe001c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.13.18 (2026-04-26) + +### Sync release — no functional changes + +Bumped to satisfy the unified-versioning rule. Actual fix is in autorip +(`web.rs` two-bar UI — separates per-pass and total progress bars + +their own text rows so the rip dashboard is readable again). + ## 0.13.17 (2026-04-26) ### Sync release — no functional changes diff --git a/Cargo.toml b/Cargo.toml index 6a2faee..7aff0c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libfreemkv" -version = "0.13.17" +version = "0.13.18" edition = "2024" rust-version = "1.86" license = "AGPL-3.0-only"