From 36b65f526a766f780ef7b5d7f02b01c0b744c595 Mon Sep 17 00:00:00 2001 From: MattJackson <1085847+MattJackson@users.noreply.github.com> Date: Sat, 25 Apr 2026 08:25:08 -0700 Subject: [PATCH] v0.13.10: version sync --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02e4c2e..8ddc195 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.13.10 (2026-04-25) + +### Version sync — no functional changes + +Sync bump for the autorip-side fix in 0.13.10 (Pass 1 batch reporting). + ## 0.13.9 (2026-04-25) ### Fix: Disc::copy silent stall + SgIoTransport reopen-after-timeout serialization diff --git a/Cargo.toml b/Cargo.toml index 0ef874a..1aeb090 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libfreemkv" -version = "0.13.9" +version = "0.13.10" edition = "2024" rust-version = "1.86" license = "AGPL-3.0-only"