Skip to content

Commit fe391d7

Browse files
bump: new version 3.2.0 released
1 parent 7768bad commit fe391d7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v3.2.0 (2025-08-03)
6+
7+
### ✨ Features
8+
9+
- Implement UUID v4 and String UUID v4 mothers
10+
([`7768bad`](https://github.com/adriamontoto/object-mother-pattern/commit/7768badd7f494a4c2e1d1fea9be78ddcddf71d52))
11+
12+
513
## v3.1.1 (2025-06-30)
614

715
### 🐛 Bug Fixes

object_mother_pattern/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '3.1.1'
1+
__version__ = '3.2.0'
22

33
from .mothers import (
44
BooleanMother,

0 commit comments

Comments
 (0)