Skip to content

v0.50.0

Choose a tag to compare

@kivikakk kivikakk released this 22 Jan 02:05
· 112 commits to main since this release
b36ba6c

The big news is that I've updated Comrak to use Rust 2024, which means our MSRV has been updated to 1.85. I'm sorry if this affects you negatively! Keeping dependencies up-to-date while respecting our MSRV is basically impossible without the MSRV resolver, and I've spent far too many hours of my short life trying to do without it. Thank you for your understanding 🤍

Bug fixes:

  • Incorrect sourcepos for lists before CodeBlocks fixed. (by @Martin005 in #712)
  • Incorrect sourcepos for HTML and HEEx blocks inside blockquotes fixed. (by @Martin005 in #714)
  • HTML block in blockquote in multiline block quotes had no content; now it does! (by @Martin005 in #713)
  • Fixed some bugs with HEEx components mixed with Markdown. (by @leandrocp in #719)

Performance:

  • Reduced some heap allocations and improved hash function performance. (by @gjtorikian in #717)

Dependency updates:

Documentation:

Build changes:

  • Dependency updates to help building on LoongArch64. (by @kivikakk in #708)
  • Don't run the pathological test suite on RISC-V. (by @kivikakk in #710)
  • Turns out the Darwin builds were also linking to the Nix store! (by @kivikakk in #736)

Behind the scenes:

Diff: v0.49.0...v0.50.0