Skip to content

gix-path v0.7.4

Compare
Choose a tag to compare
@Byron Byron released this 26 Apr 15:47
· 2407 commits to main since this release
91134a1

New Features

  • add join_bstr_unix_pathsep(base, component).
    It's useful to have to avoid certain conversions to happen otherwise.
  • add xdg_config_home(), installation_configandinstallation_config_prefix()` functions.

Bug Fixes

  • join_bstr_unix_pathsep() works more suitably if base path is empty.
  • use home in env::home_dir()
  • use home in env::home_dir().
    This way it should work better on windows as it now uses the home_dir implementation
    of a crate used by cargo.

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Prepare changelogs prior to release (30a1a71)
    • Merge branch 'index-entries-attrs' (f37a930)
    • join_bstr_unix_pathsep() works more suitably if base path is empty. (bd1ae0d)
    • Merge branch 'attributes-cache' (3456c84)
    • Add join_bstr_unix_pathsep(base, component). (1e73f3c)
    • Merge branch 'utkarshgupta137/main' (74cb5ee)
    • Use home in env::home_dir() (13edfe9)
    • Revert "fix: use home in env::home_dir()." (222ece2)
    • Merge branch 'utkarshgupta137/main' (5092c59)
    • Use home in env::home_dir(). (ec049fe)
    • Make fmt (5d2b5d0)
    • Merge branch 'main' into dev (23ee47f)
    • Merge branch 'worktree-stack' (3d47919)
    • Add xdg_config_home(), installation_configandinstallation_config_prefix()` functions. (0d340f4)