### New Features
- support for trimming of whitespace around name and email
It's separated from parsing to assure we can round-trip, but it's
made easy to obtain trimmed results using new methods.
This high-level git-repository will also trim by default now.
- `Time::seconds()` shortcut
- SignatureRef is now Copy
It's a type with only copyable types inside, so should be copy itself.
This makes it less awkward to use as well.
- Time::new(seconds_since_epoch, offset)
- `Time::default()`
### Changed (BREAKING)
- `Time::time` -> `Time::seconds_since_unix_epoch`
And `Time::offset` to `Time::offset_in_seconds`.
### Commit Statistics
- 15 commits contributed to the release over the course of 55 calendar days.
- 55 days passed between releases.
- 6 commits where understood as [conventional](https://www.conventionalcommits.org).
- 4 unique issues were worked on: #301, #329, #364, #366
### Commit Details
* **#301**
- sort parents by most recent to find recent tags first (d240740)
- `Time::time` -> `Time::seconds_since_unix_epoch` (5c8b0a4)
* **#329**
- Document all features related to serde1 (72b97f2)
* **#364**
- support for trimming of whitespace around name and email (a39bf71)
- `Time::seconds()` shortcut (70a259c)
- Full error handling for CommitRefIter (b94471a)
- SignatureRef is now Copy (705adfd)
- Time::new(seconds_since_epoch, offset) (13799e2)
* **#366**
- `Time::default()` (77ef2cb)
* **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)
- Merge branch 'main' into mailmap (b2df941)
- upgrade document-features (c35e62e)
- Merge branch 'AP2008-implement-worktree' (f32c669)