Skip to content

v0.5.0

Compare
Choose a tag to compare
@epwalsh epwalsh released this 29 Jan 18:02
· 9 commits to master since this release

What's new

Changed

  • Switched to color-eyre for error handling in the CLI.
  • Improved full download progress bar.
  • Some(ProgressBar::Full) is now the default for the library.
  • Upgraded reqwest dependency to 0.11.

Commits

cf0882c Update reqwest requirement from 0.10.0 to 0.11.0 (#41)
176dff1 Update rand requirement from 0.7 to 0.8 (#40)
2faeddb Update httpmock requirement from 0.4 to 0.5 (#36)
e79ee63 Update zip-extensions requirement from 0.5 to 0.6 (#39)
c466579 fix ci
ea0ba5a Update env_logger requirement from 0.7 to 0.8 (#37)
822f839 refactored internal progress bars"
f87cdae improve full progress bar
6826fcb switch to color-eyre