Skip to content

v20.1.0

Compare
Choose a tag to compare
@Byron Byron released this 20 Sep 01:44
· 86 commits to main since this release
6591872

New Features

  • Progress::counter() returns a shared step counter.
    This is useful if multiple threads want to access the same progress, without the need
    for provide each their own progress and aggregating the result.

Commit Statistics

  • 3 commits contributed to the release.
  • 5 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' where seen in commit messages

Thanks Clippy

Clippy helped 1 time to make code idiomatic.

Commit Details

view details
  • Uncategorized
    • fix compile warnings for some configurations (fe0ac06)
    • thanks clippy (deb7791)
    • Progress::counter() returns a shared step counter. (08be317)