From b4de5d343d9e2c0558182f82fcb6cebf3132cee8 Mon Sep 17 00:00:00 2001 From: MattJackson <1085847+MattJackson@users.noreply.github.com> Date: Sun, 26 Apr 2026 07:47:37 -0700 Subject: [PATCH] =?UTF-8?q?v0.13.18=20=E2=80=94=20sync=20release=20(no=20f?= =?UTF-8?q?unctional=20changes;=20autorip=20two-bar=20UI=20fix)?= 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 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"