Skip to content

Commit 3987b23

Browse files
committed
Prepare release v2.11.6
Backport of: #11974
1 parent dc7a9d2 commit 3987b23

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ keywords:
4444
- hints
4545
- typing
4646
license: MIT
47-
version: v2.11.5
48-
date-released: 2025-05-22
47+
version: v2.11.6
48+
date-released: 2025-06-13

HISTORY.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## v2.11.6 (2025-06-13)
2+
3+
[GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.11.6)
4+
5+
### What's Changed
6+
7+
#### Fixes
8+
9+
* Rebuild dataclass fields before schema generation by @Viicos in [#11949](https://github.com/pydantic/pydantic/pull/11949)
10+
* Always store the original field assignment on `FieldInfo` by @Viicos in [#11946](https://github.com/pydantic/pydantic/pull/11946)
11+
112
## v2.11.5 (2025-05-22)
213

314
[GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.11.5)

pydantic/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
__all__ = 'VERSION', 'version_info'
88

9-
VERSION = '2.11.5'
9+
VERSION = '2.11.6'
1010
"""The version of Pydantic."""
1111

1212

0 commit comments

Comments
 (0)