Skip to content

v0.36.0

Choose a tag to compare

@eatradish eatradish released this 09 May 00:51
· 3976 commits to master since this release

Chore

  • update all deps
  • update some deps and adapt new rust-apt version

New Features

  • add more error output in try_download method
  • improve oma repends output

Bug Fixes

  • download success break loop in try_download method
  • this loop never actually loops in try_download method
    • Also use cargo clippy
  • do not append decompress file
  • do not download package success download next package

Refactor

  • use true/false replaced Ok/Err in try_download method
  • optimize try_download logic

Style

  • use cargo-fmt to format code

Commit Statistics

  • 11 commits contributed to the release.
  • 2 days passed between releases.
  • 11 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Update all deps (fc8c14b)
    • Use cargo-fmt to format code (52091d2)
    • Use true/false replaced Ok/Err in try_download method (983f0a5)
    • Add more error output in try_download method (9b21402)
    • Download success break loop in try_download method (866d89f)
    • This loop never actually loops in try_download method (98838f2)
    • Do not append decompress file (4343d1d)
    • Optimize try_download logic (8615f21)
    • Do not download package success download next package (eb87d41)
    • Improve oma repends output (51df071)
    • Update some deps and adapt new rust-apt version (d149803)