v0.10.0r2026-06-13
- ·tests/read_range.rs: #![cfg(feature = "test-helpers")] gate — cargo test --workspace now compiles clean
- ·examples/basic.rs: tauri::Wry → tauri::test::MockRuntime (no wry feature needed)
- ·lib.rs doc tests: no_run → ignore (generate_context!() reads tauri.conf.json at compile time)
- ·Justfile (new): just test runs Rust + Python + Node, idempotent setup, per-binding counts
- ·ci.yml: --all-features → --workspace --all-features (matches just test-rust)
- ·README.md: just test as canonical command with first-run notes and per-binding variants
- ·TD-006 + PD-008 filed and resolved