Skip to content

v5.7.0

Compare
Choose a tag to compare
@zkat zkat released this 18 May 23:01
· 81 commits to main since this release
80c6ce8

While this is a semver-minor release, there's potential for it to have
knock-on effects due to the syn2 upgrade. There's been issues as this new
version propagates between syn/thiserror versions (for example, see a similar
change in eyre
).

The other thing of note is that backtrace printing is now much better! Try
the hook and see for yourself!

Features

Bug Fixes

  • colors: change unicode to default to ansi (#249) (159f2b35)
  • tests: disable doctest that doesn't work with default feature flags (#248) (0b445dc2)