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

17 months ago

New Features (BREAKING)

  • Rename serde1 cargo feature to serde and use the weak-deps cargo capability.
    With it it's possible to not automatically declare all optional dependencies externally visible
    features, and thus re-use feature names that oterwise are also a crate name.

    Previously I thought that serde1 is for future-proofing and supporting multiple serde versions
    at the same time. However, it's most definitely a burden I wouldn't want anyway, so using
    serde seems to be the way to go into the future.

Commit Statistics

  • 4 commits contributed to the release over the course of 2 calendar days.
  • 57 days passed between releases.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #814

Commit Details

view details
  • #814
    • Rename serde1 cargo feature to serde and use the weak-deps cargo capability. (b83ee36)
  • Uncategorized
    • Prepare changelog prior to release (7f06458)
    • Merge branch 'main' into dev (cdef398)
    • Rename the serde1 feature to serde (19338d9)

Don't miss a new gitoxide release

NewReleases is sending notifications on new releases.