Skip to content

Commit 7974708

Browse files
committed
1.2.2 release
1 parent 81de341 commit 7974708

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
1.2.2 - 2022/11/20
2+
* [soldag] Fixed mapping of string enum types (#17)
3+
14
1.2.1 - 2022/11/13
25
* Fixed dictionary source mapping to target object.
36
* Implemented CI checks

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "py-automapper"
3-
version = "1.2.1"
3+
version = "1.2.2"
44
description = "Library for automatically mapping one object to another"
55
authors = ["Andrii Nikolaienko <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)