Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v bump
Browse files Browse the repository at this point in the history
sydney-runkle committed Jul 4, 2024
1 parent d390a04 commit 0345929
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)
@@ -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)

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

__all__ = 'VERSION', 'version_info'

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


0 comments on commit 0345929

Please sign in to comment.