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 49dd756 commit 957ffbcCopy full SHA for 957ffbc
CHANGELOG.md
@@ -2,6 +2,19 @@
2
3
<!-- version list -->
4
5
+## v2.0.0 (2025-06-16)
6
+
7
+### 📦 Build System
8
9
+- Remove pyproject extra space
10
+ ([`7333621`](https://github.com/adriamontoto/object-mother-pattern/commit/7333621e659023409608a59be604dadf900e452c))
11
12
+### ✨ Features
13
14
+- Rework how enumeration works, now you have to create a new class of type Enum
15
+ ([`49dd756`](https://github.com/adriamontoto/object-mother-pattern/commit/49dd75634db4b0480c1563679f239d7eff3e7150))
16
17
18
## v1.1.0 (2025-06-16)
19
20
### ✨ Features
object_mother_pattern/__init__.py
@@ -1 +1 @@
1
-__version__ = '1.1.0'
+__version__ = '2.0.0'
0 commit comments