What's Changed
- Add mixin types feature to ADT by @alexreinking in #10
- Bump version to 0.2.0 by @alexreinking in #11
Breaking changes
- Optional arguments to
ADT
are now keyword-only to avoid confusion betweenmixin_types
andext_types
.
Full Changelog: v0.1.0...v0.2.0