Skip to content

v0.10.2

Compare
Choose a tag to compare
@Martin1887 Martin1887 released this 02 Apr 15:09
· 62 commits to master since this release

New release with some fixes and improvements. Note the 0.10.1 is missing (yanked from crates.io) due to a conflict with the clap version and the Rust minimum version (1.74 now instead of 1.70).

Thanks to all people that contributed to this release!

What's Changed

  • Limit link def expansion by @notriddle in #845
  • Do not look for HTML tags that start with backslash by @notriddle in #849
  • Count a blank line at end of indented code block towards list by @notriddle in #851
  • Use same limit for refdef as inline links by @notriddle in #854
  • Don't exit scan_attribute with the ix pointing at block quote by @notriddle in #858
  • Check indentation on the closing fence relative to the line by @notriddle in #862
  • Adjust strikethrough flanking rule to better fit Rustdoc Crater run by @notriddle in #864
  • perf: cargo-wizard default recommendations for runtime perf by @Martin1887 in #868

New Contributors

Full Changelog: v0.10.0...v0.10.2