We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16dc43b commit a6182b8Copy full SHA for a6182b8
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
<!-- version list -->
4
5
+## v1.22.1 (2025-12-12)
6
+
7
+### 🐛 Bug Fixes
8
9
+- To primitives method not working in dict and list value object
10
+ ([`16dc43b`](https://github.com/adriamontoto/value-object-pattern/commit/16dc43b8c000a6436359a8457bb1a4c39e0469b7))
11
12
13
## v1.22.0 (2025-12-10)
14
15
### ✨ Features
value_object_pattern/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = '1.22.0'
+__version__ = '1.22.1'
from .decorators import process, validation
from .models import BaseModel, EnumerationValueObject, ValueObject
0 commit comments