Chore
- Add
clippy::redundant-closure-for-method-calls
lint
New Features (BREAKING)
-
Represent time as 64 bit integer.
That way, dates beyond 2038 are supported.Further, we rename
Time::seconds_since_unix_epoch
toseconds
, and removeseconds()
as there now is a new type,SecondsSinceUnixEpoch
. In the same vein, we rename
Time::offset_in_seconds
tooffset
as it now has at typeOffsetInSeconds
.
Commit Statistics
- 8 commits contributed to the release over the course of 11 calendar days.
- 15 days passed between releases.
- 2 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Prepare changelogs prior to release (18b0a37)
just fmt
(871dd0b)- Merge branch 'corpus' (aa16c8c)
- Change MSRV to 1.65 (4f635fc)
- Merge branch 'help-874-redundant-closures' (fe59956)
- Add
clippy::redundant-closure-for-method-calls
lint (bcad5c2) - Merge branch 'future-dates' (8d2e6a9)
- Represent time as 64 bit integer. (4bc0ae1)