* Raise Python exception for messages with non-zero exit code if `no_print` is enabled.
0.6.0
* Add `timestamp` flag to `Printer` to show timestamp with message.
Thanks to svlandeg for the pull request!
0.5.0
* Make traceback links clickable in `TracebackPrinter`. * Allow configuring the traceback frame range in `TracebackPrinter`. * Convert file paths in `TracebackPrinter` to relative if given `tb_base="."`.
Thanks to justindujardin for the pull requests!
0.4.2
* Support `icon` in divider (added before the text).
0.4.1
* Add `spaced` argument to printers to wrap output in newlines.
0.4.0
* Add `wasabi.msg` shortcut, an instance of `Printer` with the default configuration.