Documentation
- fix typos
New Features
-
use enumerations to advertise progress ids publicly.
Previously these were an implementation detail which also means they
couldn't be relied upon.Thanks to an intermediate enumeration, they become part of the public API
and their actual value is not exposed.
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)
- thanks clippy (bac57dd)
- make fmt (e22080e)
- Merge branch 'adjustments-for-cargo' (7bba270)
- Break cyclical dev dependencies (1fea18f)
- use enumerations to advertise progress ids publicly. (d792ea5)