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"