···11----
22-maudit: patch
33----
44-55-Refactored syntax highlighting into a `highlight_code` function that can be used independently of Markdown rendering
-5
.sampo/changesets/bold-knight-aino.md
···11----
22-maudit: patch
33----
44-55-Add a new `base_url` setting and `canonical_url()` method on PageContext to make it easier to build absolute URLs inside pages
···11# maudit
2233+## 0.6.1
44+55+### Patch changes
66+77+- [c132d51](https://github.com/bruits/maudit/commit/c132d511d0038138a8bbc9b2122602a9154fa298) Assets' `url` method now always return `String` instead of `Option<String>` — Thanks @Princesseuh!
88+- [0113efe](https://github.com/bruits/maudit/commit/0113efe432936c4f4fd874e5ea0714cd3919974d) Add a new `base_url` setting and `canonical_url()` method on PageContext to make it easier to build absolute URLs inside pages — Thanks @Princesseuh!
99+- [c132d51](https://github.com/bruits/maudit/commit/c132d511d0038138a8bbc9b2122602a9154fa298) Fixed escaped shortcodes (i.e. `\{{ shortcode }}`) not rendering correctly — Thanks @Princesseuh!
1010+- [c132d51](https://github.com/bruits/maudit/commit/c132d511d0038138a8bbc9b2122602a9154fa298) Refactored syntax highlighting into a `highlight_code` function that can be used independently of Markdown rendering — Thanks @Princesseuh!
1111+- [c132d51](https://github.com/bruits/maudit/commit/c132d511d0038138a8bbc9b2122602a9154fa298) Improve performance when building many pages, especially when the pages are lightweight — Thanks @Princesseuh!
1212+- [c132d51](https://github.com/bruits/maudit/commit/c132d511d0038138a8bbc9b2122602a9154fa298) Update Rolldown version — Thanks @Princesseuh!
1313+1414+315## 0.6.0
416517### Minor changes