### New Features
- add `commit::Sorting::ByCommitTimeNewestFirstCutoffOlderThan(time)`.
It allows to stop traversals early if all commmits to be traversed are
older than a given time.
### Commit Statistics
- 7 commits contributed to the release over the course of 20 calendar days.
- 20 days passed between releases.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 1 unique issue was worked on: #450
### Commit Details
* **#450**
- add `commit::Sorting::ByCommitTimeNewestFirstCutoffOlderThan(time)`. (86a99a9)
* **Uncategorized**
- prepare changelogs for release (d232567)
- Merge branch 'main' into new-http-impl (702a161)
- make fmt (53acf25)
- Merge branch 'fetch-pack' (f47c891)
- first test to validate new sort-by-date with cutoff sorting mode (breaking) (0699c7e)
- Merge branch 'diff' (25a7726)