### Bug Fixes (BREAKING)
- commit traversal now sorts by commit-time more thoroughly
Previously the sorting was only partial as it was only among parents.
Now it is full and among all currently visible commits.
That way it is similar to what `git log` would produce.
### Commit Statistics
- 3 commits contributed to the release.
- 2 days passed between releases.
- 1 commit where understood as [conventional](https://www.conventionalcommits.org).
- 1 unique issue was worked on: #298
### Commit Details
* **#298**
- restrict signature changes to 'Ancestores::sorting()` (d71bd9d)
- commit traversal now sorts by commit-time more thoroughly (dcdf657)
- higher-performance 'seen' tracking for commit traversal (8c530d1)