gix-command v0.4.0
·
267 commits
to main
since this release
New Features
- add
Prepare::with_shell_disallow_manual_argument_splitting()
.
That way it's also possible to forcefully turn off manual argument splitting.
New Features (BREAKING)
- allow to choose the shell to use with
Prepare::with_shell_program()
.
Bug Fixes (BREAKING)
- rename
Prepare::with_shell_allow_argument_splitting()
toPrepare::with_shell_allow_manual_argument_splitting()
Commit Statistics
- 7 commits contributed to the release over the course of 28 calendar days.
- 28 days passed between releases.
- 3 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Update changelogs prior to release (7ea8582)
- Merge pull request #1724 from GitoxideLabs/gix-command-api (faa0cde)
- Rename
Prepare::with_shell_allow_argument_splitting()
toPrepare::with_shell_allow_manual_argument_splitting()
(4d9bded) - Add
Prepare::with_shell_disallow_manual_argument_splitting()
. (26c274d) - Merge pull request #1718 from GitoxideLabs/with-shell-choice (801f9e9)
- Allow to choose the shell to use with
Prepare::with_shell_program()
. (838420f) - Merge pull request #1701 from GitoxideLabs/release (e8b3b41)