Skip to content

Commit

Permalink
prep for 2.6.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sydney-runkle committed Feb 27, 2024
1 parent 5c4ac09 commit 88451f3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions HISTORY.md
@@ -1,3 +1,18 @@
## v2.6.3 (2024-02-27)

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

### What's Changed

#### Packaging

* Update `pydantic-settings` version in the docs by @hramezani in [#8906](https://github.com/pydantic/pydantic/pull/8906)

#### Fixes

* Fix discriminated union schema gen bug by @sydney-runkle in [#8904](https://github.com/pydantic/pydantic/pull/8904)


## v2.6.2 (2024-02-23)

[GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.6.2)
Expand Down
2 changes: 1 addition & 1 deletion pydantic/version.py
Expand Up @@ -3,7 +3,7 @@

__all__ = 'VERSION', 'version_info'

VERSION = '2.6.2'
VERSION = '2.6.3'
"""The version of Pydantic."""


Expand Down

0 comments on commit 88451f3

Please sign in to comment.