Skip to content

Commit e7d9714

Browse files
bump: new version 3.9.0 released
1 parent 9cacaf0 commit e7d9714

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.9.0 (2025-12-09)
6+
7+
### ✨ Features
8+
9+
- Align FloatMother API with IntegerMother API
10+
([`9cacaf0`](https://github.com/adriamontoto/object-mother-pattern/commit/9cacaf0c1968948c90b31b1c2044add73dfcdd1b))
11+
12+
513
## v3.8.0 (2025-12-09)
614

715
### ✨ Features

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.8.0'
1+
__version__ = '3.9.0'
22

33
from .mothers import (
44
BooleanMother,

0 commit comments

Comments
 (0)