Skip to content

0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Oct 07:31
· 52 commits to main since this release
v0.3.0
d20365a

Added

  • add_help and add_help_with methods for Error.
  • CliError common trait implementations.

Changed

  • Deprecate set_help and set_help_owned methods for Error type.
  • [BREAKING] Display implementation simplified for Error.
  • [BREAKING] report::err module now only prints relevant help.
  • [BREAKING] Error::downcast method no longer returns an anyhow::Result.

Testing

Add Integration Tests

  • Report module.
  • Error.
  • Chain.
  • ExitCode.
  • CliError.
  • Further wrap tests.

Documentation

  • Add minimum supported rust version: 1.61