Skip to content

Commit

Permalink
v bump
Browse files Browse the repository at this point in the history
  • Loading branch information
sydney-runkle committed Jul 4, 2024
1 parent d390a04 commit 0345929
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v2.8.2 (2024-07-03)

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

### What's Changed

#### Fixes

* Fix issue with assertion caused by pluggable schema validator by @dmontagu in https://github.com/pydantic/pydantic/pull/9838

## v2.8.1 (2024-07-03)

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

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

Expand Down
2 changes: 1 addition & 1 deletion pydantic/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

__all__ = 'VERSION', 'version_info'

VERSION = '2.8.1'
VERSION = '2.8.2'
"""The version of Pydantic."""


Expand Down

0 comments on commit 0345929

Please sign in to comment.