### New Features

 - `gix repository mailmap entries`
 - `Time::default()`

### Commit Statistics

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

### Thanks Clippy

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

### Commit Details

 * **#364**
    - More aggressive mailmap substitution for better results (600eb69)
    - adjust to changes in git-actor (e5c0200)
 * **#366**
    - `gix repository mailmap entries` (d2388d8)
    - gix mailmap verify can now detect collisions (f89fe2f)
    - verify universal line-endings are supported (f498dac)
    - fix email-only case (e31754d)
    - add all docs (1c768a5)
    - Another test to validate correct merging and overwriting (deaeb7d)
    - Add method to return borrowed values for new name/email (87fb932)
    - actual lookup and tests, all seems to be working (8116664)
    - sketch `Snapshot` API to implement map building and signature resolution (1890db7)
    - `Time::default()` (77ef2cb)
    - sketch of mailmap snapshot for lookups (d71d067)
    - Add typical malmap example (b67b0f9)
    - quickfix for unintentionally using 'unicode' feature of bytecode (fb5593a)
    - all tests (so far) green (67a2050)
    - high-level parsing to deal with allowed mailmap lines (f458817)
    - fix serde support (2fb4310)
    - basic testing of common cases for mailmap (903c526)
    - the first empty test (fc47c49)
 * **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 'svetli-n-refactor_git_config_tests' (babaa9f)
    - make fmt (7cf3545)
    - Merge branch 'main' into mailmap (b2df941)
    - thanks clippy (1038dab)
    - Commit to using 'unicode' feature of bstr as git-object wants it too (471fa62)
    - thanks clippy (9449bc7)
    - refactor (3e78ff5)