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 297d8d5 commit 767eba3Copy full SHA for 767eba3
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
<!-- version list -->
4
5
+## v1.22.0 (2025-12-10)
6
+
7
+### ✨ Features
8
9
+- Implement NegativeOrZeroFloatValueObject and PositiveOrZeroFloatValueObject
10
+ ([`297d8d5`](https://github.com/adriamontoto/value-object-pattern/commit/297d8d524ef6b93c61e0e9079293b8a59f89d99f))
11
12
13
## v1.21.0 (2025-12-10)
14
15
### 🐛 Bug Fixes
value_object_pattern/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = '1.21.0'
+__version__ = '1.22.0'
from .decorators import process, validation
from .models import BaseModel, EnumerationValueObject, ValueObject
0 commit comments