Skip to content

Commit 6258ae1

Browse files
bump: new version 3.8.0 released
1 parent 88e18ae commit 6258ae1

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.8.0 (2025-12-10)
6+
7+
### ✨ Features
8+
9+
- Support python 3.14
10+
([`88e18ae`](https://github.com/adriamontoto/criteria-pattern/commit/88e18aee4e3cdfd6bb0d9c149da4617a9ed89351))
11+
12+
513
## v3.7.0 (2025-09-22)
614

715
### ✨ Features

criteria_pattern/__init__.py

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

33
from .models import Criteria, Direction, Filter, Operator, Order, PageNumber, PageSize
44

0 commit comments

Comments
 (0)