Skip to content

Commit 6dbc842

Browse files
committed
added py.typed file + removed old poetry.lock file
1 parent ef3e70f commit 6dbc842

File tree

4 files changed

+9
-396
lines changed

4 files changed

+9
-396
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2.2.0 - 2025/03/09
2+
* Added `py.typed` file to support type checking.
3+
* Removed `poetry.lock` as it's not used for a long time now.
4+
5+
2.1.0 - 2025/02/04
6+
* Breaking changes: Modified logic that maps Sequence and Dictionary classes. All tests are green but this can cause some unexpected behaviour and new defects.
7+
* Fixed issue #25 with deepcopy for SQLAlchemy classes.
8+
* Improved unit testing.
19

210
2.0.0 - 2024/05/12
311
* Moved away from poetry. Changed packaging system using pip, build and twine.

automapper/py.typed

Whitespace-only changes.

0 commit comments

Comments
 (0)