Skip to content

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 29 Jun 21:55
· 795 commits to main since this release
  • Use group_by from itertools in parser::command_line::CommandLineArgsParser to parse ::: argument groups.
  • Add path cache to avoid repeated lookups in PATH on every command execution. This has a significant performance improvement. It can be disabled with new --disable-path-cache option
  • Refactor common::OwnedCommandAndArgs to have separate command_path and args fields.