Skip to content

Release: [v0.15.1] - 2023-12-13

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Dec 20:51
· 206 commits to main since this release
v0.15.1
62cdb14

Changed

  • The parser will now exit more quickly upon completion.
  • Warn on invalid tab nesting (DOP-3898).
  • Throw warning and ignore nested projects on detection within parser (DOP-3866, #540)
  • Catch TOML parsing errors in snooty.toml (DOP-4141, #542)

Fixed

  • Fix regression causing an exception to not be handled when directive options are duplicated. (DOP-4140)