We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81de341 commit 7974708Copy full SHA for 7974708
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+1.2.2 - 2022/11/20
2
+* [soldag] Fixed mapping of string enum types (#17)
3
+
4
1.2.1 - 2022/11/13
5
* Fixed dictionary source mapping to target object.
6
* Implemented CI checks
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "py-automapper"
-version = "1.2.1"
+version = "1.2.2"
description = "Library for automatically mapping one object to another"
authors = ["Andrii Nikolaienko <[email protected]>"]
license = "MIT"
0 commit comments