What's Changed
- Mention ProgressTracker near list of template keys by @djc in #632
- tests: print whether colors are enabled to help diagnose spurious failure by @chris-laplante in #641
- Workarounds for flaky tty/color support in GitHub actions runner by @chris-laplante in #646
- Fix move cursor flag not working by @SuperTux88 in #648
- chore: fix comment by @rustco in #649
- Fix AtomicPosition::reset storing wrong value by @TheJokr in #650
- Documentation tweaks; bump MSRV by @chris-laplante in #653
- Update deny config for cargo-deny 0.15 release by @djc in #655
- Update unicode-width requirement from 0.1 to 0.2 by @dependabot in #658
- Replace
instant
withweb-time
by @torokati44 in #666 - Bump EmbarkStudios/cargo-deny-action from 1 to 2 by @dependabot in #654
- Bump version to 0.17.9 by @djc in #667
- feat: allow constructing and setting the progress bar len to
None
by @cdellacqua in #664