Skip to content

Commit 0345929

Browse files
committed
v bump
1 parent d390a04 commit 0345929

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

HISTORY.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## v2.8.2 (2024-07-03)
2+
3+
[GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.8.2)
4+
5+
### What's Changed
6+
7+
#### Fixes
8+
9+
* Fix issue with assertion caused by pluggable schema validator by @dmontagu in https://github.com/pydantic/pydantic/pull/9838
10+
111
## v2.8.1 (2024-07-03)
212

313
[GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.8.1)
@@ -11,7 +21,6 @@
1121
#### Fixes
1222
* Fix breaking change in `to_snake` from v2.7 -> v2.8 by @sydney-runkle in https://github.com/pydantic/pydantic/pull/9812
1323
* Fix list constraint json schema application by @sydney-runkle in https://github.com/pydantic/pydantic/pull/9818
14-
* Fix issue with assertion caused by pluggable schema validator by @dmontagu in https://github.com/pydantic/pydantic/pull/9838
1524

1625
## v2.8.0 (2024-07-01)
1726

pydantic/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
__all__ = 'VERSION', 'version_info'
66

7-
VERSION = '2.8.1'
7+
VERSION = '2.8.2'
88
"""The version of Pydantic."""
99

1010

0 commit comments

Comments
 (0)