* Added automated code checks for different Python versions.
1.2.2
* [soldag] Fixed mapping of string enum types [17](https://github.com/anikolaienko/py-automapper/pull/17)
1.2.1
* Fixed dictionary source mapping to target object. * Implemented CI checks
1.2.0
* [g-pichler] Ability to disable deepcopy on mapping: `use_deepcopy` flag in `map` method. * [g-pichler] Improved error text when no spec function exists for `target class`. * Updated doc comments.
1.1.3
* [g-pichler] Added support for SQLAlchemy models mapping * Upgraded code checking tool and improved code formatting
1.0.4
* Added better description for usage with Pydantic and TortoiseORM * Improved type support