### New Features

 - Support for SUDO_UID as fallback for ownership check on unix.

### Bug Fixes

 - on windows, emit a `NotFound` io error, similar to what happens on unix.
   That way code relying on this behaviour will work the same on both
   platforms.
   
   On windows, this costs at an additional metadata check.

### Commit Statistics

 - 6 commits contributed to the release over the course of 33 calendar days.
 - 39 days passed between releases.
 - 2 commits where understood as [conventional](https://www.conventionalcommits.org).
 - 1 unique issue was worked on: #331

### Commit Details

 * **#331**
    - on windows, emit a `NotFound` io error, similar to what happens on unix. (9a1e982)
    - fix build after breaking changes in `git-path` (34aed2f)
 * **Uncategorized**
    - prepare changelog prior to release (3c50625)
    - assure document-features are available in all 'usable' and 'early' crates (238581c)
    - Support for SUDO_UID as fallback for ownership check on unix. (3d16c36)
    - Release git-path v0.3.0, safety bump 14 crates (400c9be)