Skip to content

gix-command v0.3.4

Compare
Choose a tag to compare
@Byron Byron released this 03 Feb 20:22
· 1765 commits to main since this release
8a62fb5

New Features

  • on windows, try to parse the interpreter out of files.
    This is done by Git for Windows as well for additional compatibility
    around launching hooks.
  • facilities to parse interpreters out of executables (windows compatible).
    We also add facilities to parse the shebang (via shebang::parse())
    and extract the interpreter from an executable via extract_interpreter().

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Merge branch 'parse-interpreter' (7503e5f)
    • On windows, try to parse the interpreter out of files. (33517d0)
    • Facilities to parse interpreters out of executables (windows compatible). (5708fee)
    • Release gix-path v0.10.5 (b8cba96)