What's New
* ValidList's can now be passed a function to call on all arguments, making it possible to mutate arguments before assignment or perform more complex validation logic.
* Using the new functionality, all `attribute` lists in Object Templates can now modify incoming arguments. This means you can assign an AttributeTemplate to the `properties`, `conditions, or `parameters` fields and the library will convert it into a tuple with default/pass-through bounds.
Fixes
* With the move to v0.13.0, several deprecated methods have been removed. This includes direct assignment of `name` and `labels` to Ingredient Runs and the initial serialization approaches (`gemd.client`).