Skip to content

v0.41.1

Compare
Choose a tag to compare
@eatradish eatradish released this 08 Jun 06:22
· 2695 commits to master since this release

Chore

  • Update all deps
  • Remove useless line in Cargo.toml
  • Update all deps

Bug Fixes

  • Sometimes progress bar println message not print to new line
  • Add missing fish completions
  • Use console::measure_text_width to calc string width to fix sometimes strip prefix will panic
  • Fix some subcommand packages name completion
  • Add some missing oma bash completions

Style

  • Run cargo clippy and cargo fmt to lint code

Commit Statistics

  • 9 commits contributed to the release over the course of 1 calendar day.
  • 2 days passed between releases.
  • 9 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Run cargo clippy and cargo fmt to lint code (4b727fc)
    • Update all deps (1db7f9e)
    • Remove useless line in Cargo.toml (e7d051f)
    • Sometimes progress bar println message not print to new line (6c1d26d)
    • Update all deps (414d362)
    • Add missing fish completions (c2c7977)
    • Use console::measure_text_width to calc string width to fix sometimes strip prefix will panic (028876b)
    • Fix some subcommand packages name completion (9840707)
    • Add some missing oma bash completions (4ceaad6)