Bug Fixes
- Negative system timezone offsets should be serialized as such
- correctly parse raw dates with negative timezone offsets
- always consider timestamps as UTC when loading from commits
Commit Statistics
- 14 commits contributed to the release over the course of 27 calendar days.
- 27 days passed between releases.
- 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
- prepare chnagelogs prior to git-repository release (7114bbb)
- Merge branch 'adjustments-for-cargo' (083909b)
- Merge branch 'bugfix/system-time-correct-offset-sign' (6e40433)
- Add non-isolated test that, depending on region, would catch the invalid-sign bug. (b649965)
- Negative system timezone offsets should be serialized as such (39655f5)
- adjust to changes in
git-testtools
(4eb842c) - Merge branch 'bugfix/signed-raw-time' (f50b9f5)
- thanks clippy (75d6e88)
- refactor (f4e8051)
- correctly parse raw dates with negative timezone offsets (f4ea59d)
- Extend git-date's baseline tests to also re-format the parsed dates (9f95f7f)
- Merge branch 'bugfix/timestamp-to-datetime-conversion' (be0bbf5)
- always consider timestamps as UTC when loading from commits (be603f5)
- Merge branch 'main' into http-config (bcd9654)