* Moved away from poetry. Changed packaging system using pip, build and twine. * Upgraded all dependencies. * Add support for Python 3.12. * Migrated SQLAlchemy from 1.x to 2.x.
1.2.3
* 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