### Changed (BREAKING)

 - remove `path` module in favor of `git-path` crate

### New Features (BREAKING)

 - mild refactor of paths module to waste less on unix
   Previously it might have performed find-and-replace on unix paths even
   though they wouldn't have changed afterwards, yet costing an allocation.
   
   There is also the realization that it should go into its own crate to have
   neater import paths and more convenience.

### Commit Statistics

 - 7 commits contributed to the release over the course of 46 calendar days.
 - 46 days passed between releases.
 - 2 commits where understood as [conventional](https://www.conventionalcommits.org).
 - 2 unique issues were worked on: #298, #301

### Thanks Clippy

[Clippy](https://github.com/rust-lang/rust-clippy) helped 1 time to make code idiomatic. 

### Commit Details

 * **#298**
    - Enforce path conversion on windows gnu, it doesn't seem to like slashes (4d55a8f)
 * **#301**
    - update changelogs prior to release (84cb256)
    - remove `path` module in favor of `git-path` crate (90611ce)
    - mild refactor of paths module to waste less on unix (d078d6e)
    - refactor (8345b7c)
 * **Uncategorized**
    - thanks clippy (380174f)
    - Merge branch 'for-onefetch' (8e5cb65)