Skip to content

Releases: fosskers/linya

0.3.1

14 Sep 22:40
8e7fd3a
Compare
Choose a tag to compare

Changed

  • Bumped dependencies.

0.3.0

18 May 18:18
Compare
Choose a tag to compare

Added

  • The stderr method for Progress, which allows one to print intermittent messages alongside the progress bars.

0.2.2

21 Feb 22:30
Compare
Choose a tag to compare

Fixed

  • An overflow panic that affected certain hardware with a comparatively small usize::MAX.

0.2.1

12 Jun 16:39
Compare
Choose a tag to compare

Added

  • An example of how to use Linya without Rayon.

Changed

  • Removed Arc usage in Rayon examples.

Fixed

  • A rare panic under a very specific shell piping situation.

0.1.1

20 Dec 04:20
Compare
Choose a tag to compare

Changed

  • Progress bars are now written to standard error instead of standard output. #1

Fixed

  • Some documentation inaccuracies.

0.1.0

19 Dec 06:49
Compare
Choose a tag to compare

Initial release.