Bug Fixes
- in
path::normalize...()skip current-directory components before resolving parent components.
Previously, paths like./../foowould yieldfooas they consumed., instead of yieldingNone
or consuming a portion of the CWD.
Commit Statistics
- 7 commits contributed to the release over the course of 19 calendar days.
- 19 days passed between releases.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Update manifests prior to release (ebe9095)
- Merge pull request #2905 from GitoxideLabs/various-improvements (f3bbfad)
- Remove gix-testtools to avoid cycle (a62774f)
- Adapt to changes in
gix-testtools(0cbe539) - Merge pull request #2870 from shuvamk/fix/revspec-relative-paths (5510bce)
- In
path::normalize...()skip current-directory components before resolving parent components. (80e2787) - Merge pull request #2867 from GitoxideLabs/fix-url-authority-parsing (cc3ee80)