Skip to content

Commit 957ffbc

Browse files
bump: new version 2.0.0 released
1 parent 49dd756 commit 957ffbc

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
<!-- version list -->
44

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+
518
## v1.1.0 (2025-06-16)
619

720
### ✨ Features

object_mother_pattern/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.1.0'
1+
__version__ = '2.0.0'

0 commit comments

Comments
 (0)