Chore
- bump
rust-version
to 1.70
That way clippy will allow to use the fantasticOption::is_some_and()
and friends.
New Features
- add
env::core_dir()
- add
env::git_shell()
to obtain the shell Git would be using.
This is particularly useful to execute Git hooks.
Bug Fixes
-
rename
env::login_shell()
toshell()
and explain what it is.
This assures we don't suggest the usage of actual login shells to ever
be used to execute hooks.Note that this is not marked as breaking change as no release was made
with the old name yet.
Commit Statistics
- 12 commits contributed to the release over the course of 55 calendar days.
- 55 days passed between releases.
- 4 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Update all changelogs prior to release (1f6390c)
- Merge pull request #1762 from GitoxideLabs/fix-1759 (7ec21bb)
- Bump
rust-version
to 1.70 (17835bc) - Merge pull request #1758 from GitoxideLabs/git-shell (851a7c4)
- Apply suggestions from code review (5400320)
- More robust localization of
sh.exe
on Windows (0737c41) - Add
env::core_dir()
(73ee27a) - Rename
env::login_shell()
toshell()
and explain what it is. (51bbb86) - Merge pull request #1752 from GitoxideLabs/git-shell (1ca480a)
- Add
env::git_shell()
to obtain the shell Git would be using. (840c71d) - Refactor git-path tests (4ef3a8d)
- Merge pull request #1701 from GitoxideLabs/release (e8b3b41)