Patch release with documentation and typing fixes.
Changes
docs/quickstart.mdrewritten to lead with the recommendedDocxodusEngine(was previously the legacy engine), with a new section demonstrating Docxodus-only comparison kwargs and a callout thatXmlPowerToolsEnginesilently ignores them. (#23)run_redlineargument type widened fromUnion[bytes, Path]toUnion[str, bytes, Path]to match documented usage — passing plainstrpaths now matches the annotation. No runtime behavior change. (#23)
Install
pip install --upgrade python-redlines[docxodus]