Skip to content

Commit f21f0c5

Browse files
bump: new version 3.4.0 released
1 parent e223adf commit f21f0c5

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.4.0 (2025-09-16)
6+
7+
### ✨ Features
8+
9+
- Implement pagination bounds validation to criteria converters and URL converter
10+
([`e223adf`](https://github.com/adriamontoto/criteria-pattern/commit/e223adf7c92d4e12863fef2e3dd399c7b10e0881))
11+
12+
513
## v3.3.0 (2025-09-16)
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.3.0'
1+
__version__ = '3.4.0'
22

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

0 commit comments

Comments
 (0)