New Features
-
support for trimming of whitespace around name and email
It's separated from parsing to assure we can round-trip, but it's
made easy to obtain trimmed results using new methods.This high-level git-repository will also trim by default now.
-
Time::seconds()
shortcut -
SignatureRef is now Copy
It's a type with only copyable types inside, so should be copy itself.
This makes it less awkward to use as well. -
Time::new(seconds_since_epoch, offset)
-
Time::default()
Changed (BREAKING)
Time::time
->Time::seconds_since_unix_epoch
AndTime::offset
toTime::offset_in_seconds
.
Commit Statistics
- 15 commits contributed to the release over the course of 55 calendar days.
- 55 days passed between releases.
- 6 commits where understood as conventional.
- 4 unique issues were worked on: #301, #329, #364, #366
Commit Details
view details
- #301
- #329
- Document all features related to serde1 (72b97f2)
- #364
- #366
Time::default()
(77ef2cb)
- Uncategorized
- Merge branch 'for-onefetch' (8e5cb65)
- Release git-hash v0.9.3, git-features v0.20.0, git-config v0.2.0, safety bump 12 crates (f0cbb24)
- Merge branch 'svetli-n-refactor_git_config_tests' (babaa9f)
- Merge branch 'main' into mailmap (b2df941)
- upgrade document-features (c35e62e)
- Merge branch 'AP2008-implement-worktree' (f32c669)