Skip to content

Commit 8eda650

Browse files
bump: new version 3.3.0 released
1 parent 1c4a8a8 commit 8eda650

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.3.0 (2025-09-16)
6+
7+
### ✨ Features
8+
9+
- Move pagination parameters to query placeholders
10+
([`1c4a8a8`](https://github.com/adriamontoto/criteria-pattern/commit/1c4a8a8c0631432ddfd6e64d60ac4c0aa2fa4483))
11+
12+
513
## v3.2.0 (2025-09-15)
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.2.0'
1+
__version__ = '3.3.0'
22

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

0 commit comments

Comments
 (0)