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 75ef745 commit 611338bCopy full SHA for 611338b
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
<!-- version list -->
4
5
+## v1.25.0 (2026-02-17)
6
+
7
+### ✨ Features
8
9
+- Implement KeyValueObject and SlugValueObject implementations
10
+ ([`9304576`](https://github.com/adriamontoto/value-object-pattern/commit/930457684b0e480e2c01775d6cd6b3df6b9af389))
11
12
13
## v1.24.0 (2026-02-17)
14
15
### ✨ Features
value_object_pattern/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = '1.24.0'
+__version__ = '1.25.0'
from .decorators import process, validation
from .models import BaseModel, EnumerationValueObject, ValueObject
0 commit comments