From 2b7fb88c1bbfb66bd398f930a6484663f742d2b6 Mon Sep 17 00:00:00 2001 From: Matthew Jackson Date: Sat, 25 Apr 2026 06:58:43 -0700 Subject: [PATCH] v0.13.7: version sync --- CHANGELOG.md | 9 +++++++++ Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f50aad..2fe0614 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 0.13.7 (2026-04-25) + +### Version sync — no functional changes + +Sync bump for the ecosystem. All four freemkv crates (libfreemkv, +freemkv CLI, bdemu, autorip) always share a version number; 0.13.7 +carries an autorip-side fix (HTTP-spawned rip/scan threads now +register for stop-drain). + ## 0.13.6 (2026-04-25) ### Inline retry/reset stripped from `Drive::read`; `BytesRead` now emitted diff --git a/Cargo.toml b/Cargo.toml index 6642396..e1a5d59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libfreemkv" -version = "0.13.6" +version = "0.13.7" edition = "2024" rust-version = "1.86" license = "AGPL-3.0-only"