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"