From a57506c1ce085227c8c15b85e7be27b691c9cc98 Mon Sep 17 00:00:00 2001 From: MattJackson <1085847+MattJackson@users.noreply.github.com> Date: Fri, 24 Apr 2026 11:43:32 -0700 Subject: [PATCH] =?UTF-8?q?v0.11.22:=20version=20sync=20=E2=80=94=20no=20f?= =?UTF-8?q?unctional=20changes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit autorip 0.11.22 ships the full multi-pass UI (live mapfile stats, bad-range viz, Recovery settings). libfreemkv API is unchanged from 0.11.21. Part of the 0.11.22 ecosystem sync. --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e45c7d..27be248 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.11.22 (2026-04-24) + +### Version sync — no functional changes +Part of the 0.11.22 ecosystem release. autorip 0.11.22 ships full multi-pass UI (bad-range viz, live mapfile stats, Recovery settings); the library API is unchanged from 0.11.21. + ## 0.11.21 (2026-04-24) ### Multi-pass rip architecture — disc → ISO → patch → ISO diff --git a/Cargo.toml b/Cargo.toml index 71c6a17..639e397 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libfreemkv" -version = "0.11.21" +version = "0.11.22" edition = "2021" rust-version = "1.86" license = "AGPL-3.0-only"