New Features
- Allow turning a
Graph
into the underlying map.
The map associates commit ids with data.
Changed (BREAKING)
- Remove custom
graph::CommitterTimestamp
in favor ofgix-date::SecondsSinceUnixEpoch
.
After all, these are meant to be the same.
Commit Statistics
- 8 commits contributed to the release over the course of 11 calendar days.
- 12 days passed between releases.
- 2 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Prepare changelogs prior to release (18b0a37)
- Merge branch 'corpus' (aa16c8c)
- Change MSRV to 1.65 (4f635fc)
- Merge branch 'gix-revision-graph' (036e60a)
- Allow turning a
Graph
into the underlying map. (e4a77aa) - Merge branch 'future-dates' (8d2e6a9)
- Remove custom
graph::CommitterTimestamp
in favor ofgix-date::SecondsSinceUnixEpoch
. (f4b0195) - Adapt to changes in
gix-date
(d575336)