8000 Releases · AustinJ235/burden · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

Releases: AustinJ235/burden

0.3.0

10 Jan 22:18
0.3.0
ce541a6
Compare
Choose a tag to compare
  • Update dependency cargo_metadata from 0.15 to 0.19.
  • Update dependency crossterm from 0.25 to 0.28.
  • Add carriage return to start of message line to fix messages displaying incorrectly.

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
0