Skip to content

v0.26.0

Choose a tag to compare

@eatradish eatradish released this 13 Apr 12:36
· 4141 commits to master since this release

Chore

  • update all deps

New Features

  • add upgradable check unmet dependency

Bug Fixes

  • if get ARCH run dpkg to failed, error missing context (2)
  • if get ARCH run dpkg to failed, error missing context
  • if can not get ARCH, error missing context

Refactor

  • use dpkg --print-architecture to get arch name
    ... This commit we can without --features mipsr6 to build oma and use

Style

  • use cargo-fmt to format code

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Update all deps (151f549)
    • Use cargo-fmt to format code (0491219)
    • Add upgradable check unmet dependency (b011846)
    • If get ARCH run dpkg to failed, error missing context (2) (9160c24)
    • If get ARCH run dpkg to failed, error missing context (c28196a)
    • If can not get ARCH, error missing context (14bdbd5)
    • Use dpkg --print-architecture to get arch name (5dbd68f)