Skip to content

v0.40.0

Compare
Choose a tag to compare
@eatradish eatradish released this 25 May 16:43
· 2174 commits to master since this release

Chore

  • Update all deps
  • Remove useless dep

Documentation

  • Add more code comment

New Features

  • Add i18n support framework
  • Add oma provides/list-files --bin flag to only search bin files
  • Oma contents bin search use strsim to filter result

Bug Fixes

  • Fix only noarch topic enable
  • (again) try to fix unicode width new line display issue
  • Fix oma compile and add i18n example
  • Fix oma list-files --bin argument name

Refactor

  • Box dyn Iterator can auto infer type
  • No need to use Either

Style

  • Use cargo-fmt to format code
  • Run cargo clippy to lint code

Commit Statistics

  • 14 commits contributed to the release over the course of 10 calendar days.
  • 11 days passed between releases.
  • 14 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 (70f94f4)
    • Update all deps (4e5de74)
    • Fix only noarch topic enable (d085919)
    • Add more code comment (ab3de4a)
    • Remove useless dep (3768394)
    • (again) try to fix unicode width new line display issue (970b6b3)
    • Fix oma compile and add i18n example (d3f59e8)
    • Add i18n support framework (25b577c)
    • Run cargo clippy to lint code (e6b0898)
    • Box dyn Iterator can auto infer type (2c74220)
    • No need to use Either (eb77b47)
    • Fix oma list-files --bin argument name (19c36ad)
    • Add oma provides/list-files --bin flag to only search bin files (4c192e9)
    • Oma contents bin search use strsim to filter result (ce53688)