Skip to content

v3.0.3

Compare
Choose a tag to compare
@Byron Byron released this 16 Sep 02:04
· 104 commits to main since this release
9c69785

Bug Fixes

  • quote paths on windows to allow spaces in paths not be treated as multiple paths.
    Note that paths that are already quoted will also be quoted, as the
    current quoting implementation is unconditional.

Commit Statistics

  • 4 commits contributed to the release over the course of 60 calendar days.
  • 60 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' where seen in commit messages

Commit Details

view details
  • Uncategorized
    • quote paths on windows to allow spaces in paths not be treated as multiple paths. (4c0fdb3)
    • refactor (e0d5968)
    • Fixed issue on Windows where a space in a path could cause problems with specific programs. (1ab9bc3)
    • try to fix CI by not using nightly toolchains on windows (b20e01c)