• v0.6.0 9e8d5ef5e9

    v0.6.0 Stable

    michael released this 2022-03-07 16:31:14 -05:00 | 7 commits to master since this release

    Breaking changes

    • Remove PartialEq<ReqComp> for ReqComps (use ReqComps::contains
      instead)
    • Rename contains_many to contains_all

    Other changes

    • Mark a bunch of methods #[inline]
    • Reorder structs
    • Add Default for ReqComps
    • Replace Into<ReqComps> for ReqComp with From<ReqComp> for ReqComps
    • Modify LogMiddleware::log
    • Add tests
    Downloads