Skip to content

Commit 55eda09

Browse files
committed
version upgrade
1 parent 1f4a276 commit 55eda09

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
1.2.1 - 2022/11/13
2+
* Fixed dictionary source mapping to target object.
3+
* Implemented CI checks
4+
15
1.2.0 - 2022/10/25
26
* [g-pichler] Ability to disable deepcopy on mapping: `use_deepcopy` flag in `map` method.
37
* [g-pichler] Improved error text when no spec function exists for `target class`.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "py-automapper"
3-
version = "1.2.0"
3+
version = "1.2.1"
44
description = "Library for automatically mapping one object to another"
55
authors = ["Andrii Nikolaienko <anikolaienko14@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)