- Release 0.5.1
- Set oma-console version to fix cargo publish oma-refresh
- Release 0.5.0
- Release 0.4.2
### New Features
- Add download_compress argument to allow user download prue database; do not cipunited in oma-refresh
### Bug Fixes
- Fix build without aosc feature
- Fix wrong contents download size
- Fix panic if InRelease has Compress file type and have no decompress file type
- Calc decompress download total size
### Other
- `collect_download_task` function no need `async`
### Refactor
- Remove `update_db` function unnecessary steps
- Improve read repo data performance
- Refactor clone (2)
- Refactor clone (1)
### Style
- Run cargo clippy and cargo fmt to lint code
- Fix clippy
### Commit Statistics
- 16 commits contributed to the release over the course of 5 calendar days.
- 7 days passed between releases.
- 16 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
### Commit Details
* **Uncategorized**
- Run cargo clippy and cargo fmt to lint code (24dd59f)
- Remove `update_db` function unnecessary steps (1d44f76)
- `collect_download_task` function no need `async` (b07792e)
- Improve read repo data performance (cd869c6)
- Refactor clone (2) (106191a)
- Refactor clone (1) (a8c2b4a)
- Fix build without aosc feature (043850a)
- Fix clippy (3f9c2d3)
- Release 0.5.1 (f175e31)
- Fix wrong contents download size (1a2dcb3)
- Set oma-console version to fix cargo publish oma-refresh (6397a1a)
- Release 0.5.0 (e58806f)
- Add download_compress argument to allow user download prue database; do not cipunited in oma-refresh (ca7d0ad)
- Release 0.4.2 (70caf39)
- Fix panic if InRelease has Compress file type and have no decompress file type (5b3ab6b)
- Calc decompress download total size (8158539)