### New Features

 - Add sorting mode to ancestor traversal  #270
 - add `Data` object
   This is typed data baked by a slice for conversion into parsed ObjectRef's
   for example.
   
   This is usually the result of a `Find` operation on an object database.

### Changed (BREAKING)

 - rename `commit::ref_iter::Token::into_id()` to `*::try_into_id()`
   This makes the method more consistent.
 - move git_pack::data::Object to git_object::Data, massively alter git_odb::Find trait
   This will break a lot, but has to happen to prepare these traits for the
   next generation of object databases.

### Commit Statistics

 - 13 commits contributed to the release over the course of 51 calendar days.
 - 55 days passed between releases.
 - 5 commits where understood as [conventional](https://www.conventionalcommits.org).
 - 2 unique issues were worked on: #266, #279

### Thanks Clippy

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

### Commit Details

 * **#266**
    - upgrade dependencies (322b290)
    - fix docs (1bb4253)
    - move git_pack::data::Object to git_object::Data, massively alter git_odb::Find trait (2290d00)
    - add `Data` object (a0bb652)
 * **#279**
    - adapt to changes in git-hash (5eb0230)
 * **Uncategorized**
    - Release git-features v0.19.1, git-actor v0.8.0, git-config v0.1.10, git-object v0.17.0, git-diff v0.13.0, git-tempfile v1.0.4, git-chunk v0.3.0, git-traverse v0.12.0, git-pack v0.16.0, git-odb v0.26.0, git-packetline v0.12.3, git-url v0.3.5, git-transport v0.15.0, git-protocol v0.14.0, git-ref v0.11.0, git-repository v0.14.0, cargo-smart-release v0.8.0 (d78aab7)
    - Release git-hash v0.9.1, git-features v0.19.1, git-actor v0.8.0, git-config v0.1.10, git-object v0.17.0, git-diff v0.13.0, git-tempfile v1.0.4, git-chunk v0.3.0, git-traverse v0.12.0, git-pack v0.16.0, git-odb v0.26.0, git-packetline v0.12.3, git-url v0.3.5, git-transport v0.15.0, git-protocol v0.14.0, git-ref v0.11.0, git-repository v0.14.0, cargo-smart-release v0.8.0, safety bump 4 crates (373cbc8)
    - prepar changelogs for cargo-smart-release release (8900d69)
    - Release git-bitmap v0.0.1, git-hash v0.9.0, git-features v0.19.0, git-index v0.1.0, safety bump 9 crates (4624725)
    - Merge branch 'oknozor-feat/traversal-sort-by-committer-date' (6add377)
    - rename `commit::ref_iter::Token::into_id()` to `*::try_into_id()` (fda2a8d)
    - Add sorting mode to ancestor traversal  #270 (eb36a3d)
    - thanks clippy (7dd2313)