diff --git a/CHANGELOG.md b/CHANGELOG.md index e2c4f9e..90ca954 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.13.5 (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.5 +carries autorip-side fixes (stop-is-reset, startup staging sweep). + ## 0.13.4 (2026-04-25) ### Wedge recovery rolled back + sysfs identity fallback diff --git a/Cargo.toml b/Cargo.toml index e69b33d..e919976 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libfreemkv" -version = "0.13.4" +version = "0.13.5" edition = "2024" rust-version = "1.86" license = "AGPL-3.0-only"