Skip to content

Commit 3ad0b4e

Browse files
bump: new version 0.3.0 released
1 parent 9ddf1f4 commit 3ad0b4e

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+
## v0.3.0 (2025-06-07)
6+
7+
### ✨ Features
8+
9+
- Implement text mother ([#52](https://github.com/adriamontoto/object-mother-pattern/pull/52),
10+
[`9ddf1f4`](https://github.com/adriamontoto/object-mother-pattern/commit/9ddf1f48150c97dedc4af2c6b2da4d2863f88f07))
11+
12+
513
## v0.2.0 (2025-06-07)
614

715
### 🐛 Bug Fixes

object_mother_pattern/__init__.py

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

0 commit comments

Comments
 (0)