From f96ba3b55b5b6aad9fe1c0bc66856288c82fa3d6 Mon Sep 17 00:00:00 2001 From: Matthew Jackson 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 ac691bb..ff479c3 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"