Skip to content

Commit bc3fee4

Browse files
committed
release v0.14.0
1 parent 9b043be commit bc3fee4

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGES.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
1-
## Version 0.14.0-dev
1+
## Version 0.15.0
22

33
Unreleased
44

5+
## Version 0.14.0
6+
7+
Released 2025-12-21
8+
9+
Bug Fixes
10+
11+
- Fix error serialization (@littlehongman)
12+
- Only validate flask params (@LouisTrezzini)
13+
514
## Version 0.13.2
615

716
Released 2025-8-31

flask_pydantic/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.13.2"
1+
__version__ = "0.14.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "Flask-Pydantic"
3-
version = "0.13.2"
3+
version = "0.14.0"
44
description = "Flask extension for integration with Pydantic library."
55
readme = "README.md"
66
license = { file = "LICENSE.txt" }

0 commit comments

Comments
 (0)