Skip to content

gix-date v0.10.0

Compare
Choose a tag to compare
@Byron Byron released this 25 Apr 20:35
· 294 commits to main since this release
db0b095

New Features

  • Expose parsing for Time

New Features (BREAKING)

  • remove Time::sign field as it's not needed anymore to round-trip.
    Round-tripping is now handled in the gix-actor crate using the SignatureRef
    type.

Bug Fixes (BREAKING)

  • turn SignatureRef::time field into &str.
    We also add a gix_date::Time::to_str() method, along with related utilities,
    to be able to turn a parsed time back into a raw buffer conveniently.

    Further, remove Time::to_bstring() in favor of a Display implementation.

Commit Statistics

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

Thanks Clippy

Clippy helped 1 time to make code idiomatic.

Commit Details

view details
  • Uncategorized
    • Update changelogs prior to release (0bf84db)
    • Merge pull request #1935 from pierrechevalier83/fix_1923 (3b1bef7)
    • J fmt (c3c6504)
    • Thanks clippy (6f009d7)
    • Remove Time::sign field as it's not needed anymore to round-trip. (d559fa7)
    • Adapt to changes in gix-date and gix-actor (afdf1a5)
    • Turn SignatureRef::time field into &str. (57366d3)
    • Apply feedback from discussion (70097c0)
    • Expose parsing for Time (37367d7)
    • Merge pull request #1968 from GitoxideLabs/dependabot/cargo/cargo-bd18780e40 (46227e6)
    • Bump the cargo group with 40 updates (06bf1e1)
    • Merge pull request #1949 from GitoxideLabs/dependabot/cargo/cargo-6893e2988a (b5e9059)
    • Bump the cargo group with 21 updates (68e6b2e)
    • Merge pull request #1919 from GitoxideLabs/release (420e730)