v0.11.10: skip_errors, read_sectors_recover API

This commit is contained in:
Matt Jackson
2026-04-20 15:27:56 +00:00
parent e9f0c323b7
commit 34ba45848e
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -1,5 +1,11 @@
# Changelog
## 0.11.10 (2026-04-20)
### Skip errors + clean verify API
- **DiscStream.skip_errors** — when true, zero-fills unreadable sectors and continues instead of aborting. Caller sets based on user preference.
- **read_sectors_recover(recovery: bool)** — single API for recovery vs fast reads. Replaces separate read_sectors_fast method.
## 0.11.9 (2026-04-20)
### Fast verify reads
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "libfreemkv"
version = "0.11.9"
version = "0.11.10"
edition = "2021"
rust-version = "1.86"
license = "AGPL-3.0-only"