Skip to content

v0.1.3

Compare
Choose a tag to compare
@paradox460 paradox460 released this 10 Oct 06:11
· 9 commits to main since this release
v0.1.3
b928a60

What's Changed

  • Updated the shipped version of the djot crate to v0.6.0

    • This brings about two new renderers, that can be specified when using Djot: :minified and :indented
      :indented renders a document in an indented manner, so the code resembles the original source.
      :minified renders a document with extraneous whitespace stripped.

    See the docs/readme for information on how to configure these new renderers

  • Housekeeping changes

    • Removed unneeded logger extra_application
    • Bumped ex_doc version

Full Changelog: v0.1.2...v0.1.3