What's Changed
* Add individual download progress by ptgolden in https://github.com/monarch-initiative/kghub-downloader/pull/42
**NOTE**: By default, individual download progress will now be shown, and errors downloading one file will not halt downloads of other files. These both may not be desirable in CI contexts. To opt out of this behavior, pass the `--no-progress` and `--fail-on-error` flags, respectively.
---
**Full Changelog**: https://github.com/monarch-initiative/kghub-downloader/compare/v0.3.11...v0.4.0