gix-date v0.10.0
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 thegix-actor
crate using theSignatureRef
type.
Bug Fixes (BREAKING)
-
turn
SignatureRef::time
field into&str
.
We also add agix_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 aDisplay
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
andgix-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)