v0.13.18 — sync release (no functional changes; autorip two-bar UI fix)

This commit is contained in:
MattJackson
2026-04-26 07:47:37 -07:00
parent 8beeac7df9
commit b4de5d343d
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -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
+1 -1
View File
@@ -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"