github Byron/gitoxide gix-date-v0.7.0
gix-date v0.7.0

15 months ago

New Features (BREAKING)

  • support dates prior to the UNIX epoch.
    This means such dates can now be parsed and represented.
    We do this by switching the time representation from u64 which
    is used in git to i64 which is used in libgit2.

Commit Statistics

  • 4 commits contributed to the release.
  • 6 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Prepare changelogs prior to release (00f96fb)
    • Merge branch 'i64-times' (b407461)
    • Adapt to changes in gix-date (fba45c6)
    • Support dates prior to the UNIX epoch. (09fbfd2)

Don't miss a new gitoxide release

NewReleases is sending notifications on new releases.