- Bumped dependencies.
- The
stderr
method forProgress
, which allows one to print intermittent messages alongside the progress bars.
- An overflow panic that affected certain hardware with a comparatively small
usize::MAX
.
- An example of how to use Linya without Rayon.
- Removed
Arc
usage in Rayon examples.
- A rare panic under a very specific shell piping situation.
- A
Default
instance forProgress
. - A proper LICENSE file.
- Progress bars are now written to standard error instead of standard output. #1
- Some documentation inaccuracies.
Initial release.