Skip to content

v0.20.0

Latest
Compare
Choose a tag to compare
@jewlexx jewlexx released this 07 Jan 00:00
· 15 commits to trunk since this release
41bcbbc

Breaking Changes

  • Update MSRV
  • HashMode::from_manifest now checks for sourceforge/fosshub hash modes after generic hash modes
    • This allows manifest authors to specify a different form of hash extraction
      that takes precedent over sourceforge/fosshub extraction

Added

  • Implemented get method for AutoupdateArchitecture to get the config for a given architecture
  • Implemented Index trait for AutoupdateArchitecture to get the config for a given architecture
  • Implemented get_mut method for AutoupdateArchitecture to get a mutable reference to the config for a given architecture
  • Implemented get_best method for AutoupdateArchitecture to get the best available config for a given architecture

Full Changelog: v0.19.1...v0.20.0