* Added support for Python 3.13. * Upgrade [dev,test] dependencies. * Update Ubuntu CI/CD image to ubuntu-24.04. * Added `py.typed` file to support type checking. * Removed `poetry.lock` as it's not used for a long time now.
2.1.0
* Breaking changes: Modified logic that maps Sequence and Dictionary classes. All tests are green but this can cause some unexpected behaviour and new defects. * Fixed issue 25 with deepcopy for SQLAlchemy classes. * Improved unit testing.
2.0.0
* 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