What's Changed
* Dtype handling by emeryberger in https://github.com/RightTyper/RightTyper/pull/16
* Unified transformer by emeryberger in https://github.com/RightTyper/RightTyper/pull/17
* Fixed typo and coloration by jaltmayerpizzorno in https://github.com/RightTyper/RightTyper/pull/18
* Makes loader more compatible and fixes undefined symbol by jaltmayerpizzorno in https://github.com/RightTyper/RightTyper/pull/19
* Some tests and bug fixes in UnifiedTransformer by jaltmayerpizzorno in https://github.com/RightTyper/RightTyper/pull/20
* Added regression test for issue 22. by jaltmayerpizzorno in https://github.com/RightTyper/RightTyper/pull/23
* Mypy compliance by emeryberger in https://github.com/RightTyper/RightTyper/pull/24
* Moar types by emeryberger in https://github.com/RightTyper/RightTyper/pull/25
* Moved inline test and fixed a few small bugs by jaltmayerpizzorno in https://github.com/RightTyper/RightTyper/pull/26
* Alternative way to emit imports, based on type names by jaltmayerpizzorno in https://github.com/RightTyper/RightTyper/pull/27
* Added deletion of old-style type hint comments when adding annotations, since having both causes mypy errors. by jaltmayerpizzorno in https://github.com/RightTyper/RightTyper/pull/28
* Fixed bug handling locally defined types. by jaltmayerpizzorno in https://github.com/RightTyper/RightTyper/pull/29
* Fixed transformer not applying changes to methods by jaltmayerpizzorno in https://github.com/RightTyper/RightTyper/pull/30
* Greatly improving support for 'builtins' types; by jaltmayerpizzorno in https://github.com/RightTyper/RightTyper/pull/31
* Added full qualification of inner type in `dtype` by jaltmayerpizzorno in https://github.com/RightTyper/RightTyper/pull/32
* Adding CI for tests by jaltmayerpizzorno in https://github.com/RightTyper/RightTyper/pull/33
* Support for local classes and functions among others; by jaltmayerpizzorno in https://github.com/RightTyper/RightTyper/pull/34
* Transformer based stubs generator, generic collection sampling, revamped builtins handling, use of PEP585 standard containers by jaltmayerpizzorno in https://github.com/RightTyper/RightTyper/pull/35
* Moved to transformer-based alias search, avoiding confusion when types are seen in other context by jaltmayerpizzorno in https://github.com/RightTyper/RightTyper/pull/36
* Handles import name conflicts, fixes bugs finding modules, some cleanups by jaltmayerpizzorno in https://github.com/RightTyper/RightTyper/pull/37
* Fixed sampling from dict when its items() method doesn't return a Collection and a few other things by jaltmayerpizzorno in https://github.com/RightTyper/RightTyper/pull/38
* Bug fixes, cleanup by jaltmayerpizzorno in https://github.com/RightTyper/RightTyper/pull/39
* Added support for keyword-, positional-only, args and kwargs arguments; added searching package for types by jaltmayerpizzorno in https://github.com/RightTyper/RightTyper/pull/40
* Adds checking for "builtins" type name conflicts among other type name conflict detection improvements by jaltmayerpizzorno in https://github.com/RightTyper/RightTyper/pull/42
* Fixed not handling cst.Tuple and cst.List versions of cst.AsName; by jaltmayerpizzorno in https://github.com/RightTyper/RightTyper/pull/43
New Contributors
* jaltmayerpizzorno made their first contribution in https://github.com/RightTyper/RightTyper/pull/18
**Full Changelog**: https://github.com/RightTyper/RightTyper/compare/v0.0.7...v0.0.8