Documentation
- fix typos
New Features (BREAKING)
-
transfer knowledge about configuration and its usage into the type system.
That way it's possible to use configuration overrides, even though ultimately being strings,
in a type-safe manner and leverage code-completion while at it.In that process, we also change
Repository::(committer|Author)()
to return
Option<Result<...>>
to be able to account for date parse errors.
Commit Statistics
- 9 commits contributed to the release over the course of 28 calendar days.
- 30 days passed between releases.
- 2 commits were understood as conventional.
- 1 unique issue was worked on: #691
Thanks Clippy
Clippy helped 1 time to make code idiomatic.
Commit Details
view details
- #691
- set
rust-version
to 1.64 (55066ce)
- set
- Uncategorized
- prepare changelogs prior to release (7c846d2)
- Merge branch 'Lioness100/main' (1e544e8)
- fix typos (39ed9ed)
- upgrade serial-test to 1.0 (9ab3e25)
- thanks clippy (bac57dd)
- Merge branch 'adjustments-for-cargo' (7bba270)
- transfer knowledge about configuration and its usage into the type system. (2faad43)
- Break cyclical dev dependencies (1fea18f)