Skip to content

v0.35.0

Choose a tag to compare

@eatradish eatradish released this 06 May 09:32
· 3988 commits to master since this release

New Features

  • add oma install --no-install-recommends and --no-install-suggests
  • recommend -> recommends, suggest -> suggests in oma install [ARGS]

Bug Fixes

  • fix force-yes, no-install-{recommends,suggests} argument

Refactor

  • set Config struct name as AptConfig

Style

  • use cargo-fmt to format code

Commit Statistics

  • 5 commits contributed to the release.
  • 5 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Use cargo-fmt to format code (71b844d)
    • Set Config struct name as AptConfig (be95c59)
    • Fix force-yes, no-install-{recommends,suggests} argument (63c1c36)
    • Add oma install --no-install-recommends and --no-install-suggests (5b2006a)
    • Recommend -> recommends, suggest -> suggests in oma install [ARGS] (aab59d4)