What's Changed
New Functionality
* ✨ Accept `Union[X, None]` and python 10's `X | None` as an alternative to `Optional[X]` by Luttik in https://github.com/Luttik/auto-optional/pull/8
Behind the scenes
* ✨ Drastically simplified the test-suite by Luttik in https://github.com/Luttik/auto-optional/pull/7
* ✨ Further improved workflow by Luttik in https://github.com/Luttik/auto-optional/pull/9
**Full Changelog**: https://github.com/Luttik/auto-optional/compare/v0.1.11...v0.2.0