### Changed (BREAKING)

 - Move `object::tree::diff::change::DiffPlatform` to `object::blob::diff::Platform`.
 - new `DiffPlatform::counts()`, open `DiffPlatform` for use of `git-diff::blob::*`.

### Commit Statistics

 - 8 commits contributed to the release.
 - 1 day passed between releases.
 - 2 commits were understood as [conventional](https://www.conventionalcommits.org).
 - 0 issues like '(#ID)' were seen in commit messages

### Commit Details

 * **Uncategorized**
    - prepare changelogs prior to release (f5f3a9e)
    - Merge branch 'fixes-for-crates-index-diff' (255be4d)
    - remove unused import; fix docs (efe0a51)
    - plan for more tests for line diffs (58934a4)
    - Fix borrowcheck issues by being less specific (aff6820)
    - a hunk based mechanism for line diffs is nearly there, just has lifetime issues (b1fc68f)
    - Move `object::tree::diff::change::DiffPlatform` to `object::blob::diff::Platform`. (c50868c)
    - new `DiffPlatform::counts()`, open `DiffPlatform` for use of `git-diff::blob::*`. (4ee3271)