### New Features
- Make it possible to access the current commits buffer during commit ancestor iteration.
This is useful to avoid additional lookups of the same object for
reading additional data from it.
Currently one needs an object cache to avoid duplciate object extraction
work, with such a cache being slower than accessing the same buffer
again.
### Commit Statistics
- 5 commits contributed to the release over the course of 18 calendar days.
- 19 days passed between releases.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 1 unique issue was worked on: #470
### Commit Details
* **#470**
- update changelogs prior to release (caa7a1b)
- Make it possible to access the current commits buffer during commit ancestor iteration. (6b2af57)
* **Uncategorized**
- Merge branch 'index-from-tree' (172f73c)
- Merge branch 'git_date_parse' (75591fb)
- Release git-hash v0.9.9 (da0716f)