Skip to content

Commit

Permalink
Prepare for v2.0.2 (#6460)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmontagu committed Jul 5, 2023
1 parent c3fc4e6 commit 00dc93f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
10 changes: 10 additions & 0 deletions HISTORY.md
@@ -1,3 +1,13 @@
## v2.0.2 (2023-07-05)

* Fix bug where round-trip pickling/unpickling a `RootModel` would change the value of `__dict__`, #6457 by @dmontagu
* Allow single-item discriminated unions, #6405 by @dmontagu
* Fix issue with union parsing of enums, #6440 by @dmontagu
* Docs: Fixed `constr` documentation, renamed old `regex` to new `pattern`, #6452 by @miili
* Change `GenerateJsonSchema.generate_definitions` signature, #6436 by @dmontagu

See the full changelog [here](https://github.com/pydantic/pydantic/releases/tag/v2.0.2)

## v2.0.1 (2023-07-04)

First patch release of Pydantic V2
Expand Down
1 change: 0 additions & 1 deletion changes/6452-miili.md

This file was deleted.

1 change: 0 additions & 1 deletion changes/6457-dmontagu.md

This file was deleted.

2 changes: 1 addition & 1 deletion pydantic/version.py
Expand Up @@ -3,7 +3,7 @@

__all__ = 'VERSION', 'version_info'

VERSION = '2.0.1'
VERSION = '2.0.2'
"""The version of Pydantic."""


Expand Down

0 comments on commit 00dc93f

Please sign in to comment.