Skip to content

v0.3.0

Compare
Choose a tag to compare
@mkatychev mkatychev released this 30 May 15:21
· 76 commits to main since this release
724313f

Changelog

[0.3.0] - 2023-05-30

  • Create rust.yml for CI

  • Added unit tests

  • Added cliff.toml

  • Added bigerror::init_colour() and bigerror::init_emphasis

  • Updated with no ansi

  • Redundant comment removed

  • Removed constraint

  • Added ToErrReport trait

  • Added BoxError type to handle Box<dyn std::error::Error>

  • README.md example now compiles