8000 Prepare release v2.11.1 (#11648) · pydantic/pydantic@6c38dc9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6c38dc9

Browse files
authored
Prepare release v2.11.1 (#11648)
1 parent 1dcddac commit 6c38dc9

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-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.0
48-
date-released: 2025-03-27
47+
version: v2.11.1
48+
date-released: 2025-03-28

HISTORY.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## v2.11.1 (2025-03-28)
2+
3+
[GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.11.1)
4+
5+
### What's Changed
6+
7+
#### Fixes
8+
9+
* Do not override `'definitions-ref'` schemas containing serialization schemas or metadata by @Viicos in [#11644](https://github.com/pydantic/pydantic/pull/11644)
10+
111
## v2.11.0 (2025-03-27)
212

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

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.0'
9+
VERSION = '2.11.1'
1010
"""The version of Pydantic."""
1111

1212

0 commit comments

Comments
 (0)
0