From 603d569188cbc568cc28b87e90272f75b2f35ffc Mon Sep 17 00:00:00 2001 From: Matthew Jackson 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 9f35584..fc375f6 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 df8503a..d277617 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"