Skip to content

v1.3.2

Choose a tag to compare

@github-actions github-actions released this 31 Mar 18:56
· 28 commits to main since this release

Update dependencies: rmcp 1.3, quick-xml 0.39, insta 1.47, proptest 1.11

Migrate quick-xml API from 0.37 to 0.39 breaking changes:

  • Replace removed BytesText::unescape() with decode()
  • Handle new Event::GeneralRef variant for XML entity resolution using quick_xml::escape::resolve_xml_entity() and BytesRef::resolve_char_ref()