### Bug Fixes

 - lower MSRV to 1.52

### Bug Fixes (BREAKING)

 - lower rust edition to 2018

### Commit Statistics

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

### Commit Details

 * **#293**
    - Remove performance bottleneck when reading TREE extension (50411c8)
    - lower rust edition to 2018 (0b1543d)
    - lower MSRV to 1.52 (c2cc939)
 * **#298**
    - Use hash_hasher based hash state for better keys/less collisions (814de07)
 * **#301**
    - basic version of index checkout via command-line (f23b8d2)
    - document-features support for git-index and git-worktree (1367cf5)
    - make fmt (636fa8a)
    - strucural refactor (cdca1df)
    - Allow mutation of entries during iteration, while obtaining their path (d0c4563)
 * **#329**
    - Document all features related to serde1 (72b97f2)
 * **#333**
    - Use git_features::path everywhere where there is a path conversion (2e1437c)
 * **Uncategorized**
    - Merge branch 'for-onefetch' (8e5cb65)
    - Release git-hash v0.9.3, git-features v0.20.0, git-config v0.2.0, safety bump 12 crates (f0cbb24)
    - Merge branch 'short-id' (5849d5b)
    - Merge branch 'AP2008-implement-worktree' (f32c669)
    - Implemented git-worktree (4177d72)