github GitoxideLabs/gitoxide gix-date-v0.11.0
gix-date v0.11.0

8 hours ago

New Features

  • add Time::to_zoned() to unleash the power of jiff::Zoned.

Bug Fixes

  • change Time::format_or_raw() to Time::format_or_unix()
    As it turns out, raw could also panic, but unix cannot.

Bug Fixes (BREAKING)

  • make Time::to_zoned() fallible and add Time::format_or_raw().
    After all, the timezone can be invalid, which makes the conversion (and formatting) fail.
    The format_or_raw() method brings back an infallible version.

Commit Statistics

  • 7 commits contributed to the release.
  • 3 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Merge pull request #2248 from GitoxideLabs/improvements (c400dd3)
    • Change Time::format_or_raw() to Time::format_or_unix() (e61832e)
    • Merge pull request #2247 from GitoxideLabs/improvements (3087b76)
    • Make Time::to_zoned() fallible and add Time::format_or_raw(). (fda4e40)
    • Merge pull request #2246 from GitoxideLabs/improvements (3e81366)
    • Add Time::to_zoned() to unleash the power of jiff::Zoned. (2184037)
    • Merge pull request #2230 from yuki0iq/doc_auto_cfg (fbf9c39)

Don't miss a new gitoxide release

NewReleases is sending notifications on new releases.