Crowdfunding campaign for Aether Summon

SeedFactory v0.10.0 Released

Traits can now take values, so you can request produce(ctx, user: [:active, age: 18]) to create an active user with a specific age. Declare where the value goes with args_pattern: %{age: _} – SeedFactory passes it to the command and tracks the resulting trait.

https://github.com/fuelen/seed_factory/releases/tag/v0.10.0