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_configand
installation_config_prefix()` functions.
Bug Fixes
join_bstr_unix_pathsep()
works more suitably if base path is empty.- use
home
inenv::home_dir()
- use
home
inenv::home_dir()
.
This way it should work better on windows as it now uses the home_dir implementation
of a crate used bycargo
.
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
inenv::home_dir()
(13edfe9) - Revert "fix: use
home
inenv::home_dir()
." (222ece2) - Merge branch 'utkarshgupta137/main' (5092c59)
- Use
home
inenv::home_dir()
. (ec049fe) - Make fmt (5d2b5d0)
- Merge branch 'main' into dev (23ee47f)
- Merge branch 'worktree-stack' (3d47919)
- Add
xdg_config_home()
, installation_configand
installation_config_prefix()` functions. (0d340f4)