Skip to content

Releases: AustinJ235/burden

0.2.1

26 Aug 10:03
Compare
Choose a tag to compare
  • Allow messages without error codes with a span to be displayed.

0.2.0

25 Aug 19:18
Compare
Choose a tag to compare
  • Added new options
    • -V / --version: display burden and cargo version.
    • --working-dir: set the directory that cargo runs in.
    • --color: Specify --color used by cargo.
  • --help / -h now only displays help for burden if before the subcommand.
    • After the subcommand it will display the subcommand help from cargo.
  • Using --color or --message-format after the subcommand will now display a warning as it is overrided by burden.
  • Stdout will now display after using Esc or Ctrl^C if using the run subcommand.
  • Messages that don't have a code are now omitted.
    • Examples: warning: 2 warnings emitted or error: aborting due to previous error
  • Updated crossterm: 0.24 -> 0.25.

0.1.1

06 Aug 06:52
Compare
Choose a tag to compare
  • Initial Release