Skip to content

v3.0.0

Compare
Choose a tag to compare
@palfrey palfrey released this 06 Jan 22:27
· 19 commits to main since this release

What's Changed

  • Multi key support #102
    • Attributes like #[serial(one, two)] are now supported (for all attributes)
    • This is a breaking change, as file_serial paths now need to be done separately #[file_serial(key, path => "/tmp/foo")]
  • Attributes at a mod-level #104
    • You can set any of the attributes on a mod and all #[test] fn's in that mod will have the attribute applied.

Full Changelog: v2.0.0...v3.0.0