Skip to content

maudit-v0.12.0

Choose a tag to compare

@github-actions github-actions released this 25 May 00:27
ed520bb

Minor changes

  • 1b976ed Increased the minimum supported Rust version to 1.95.0. — Thanks @Princesseuh!
  • d437432 Bundle filenames now properly gets updated for every transitive dependency (CSS-referenced fonts and images, JS-imported assets, etc.). This was done by rewriting urls after bundling, which does results in worse performance, but at least ensure the URLs are always correct. — Thanks @Princesseuh!

Patch changes

  • 070dce6 Updated to use the official upstream Rolldown 1.0 stable for JS bundling instead of the community-maintained fork. — Thanks @Princesseuh!