What's Changed
Model (State and Base) primary keys can now be optionally set. If unset the base model will auto generate a UUID which any module can access through the same id property.
* Optional Model IDs by ztnel in https://github.com/ztnel/myosin/pull/17
**Full Changelog**: https://github.com/ztnel/myosin/compare/v0.1.0...v0.1.1