Skip to content

Commit

Permalink
Add history for 2.5.3 (#8423)
Browse files Browse the repository at this point in the history
  • Loading branch information
hramezani committed Dec 22, 2023
1 parent 888354f commit 1026268
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion HISTORY.md
@@ -1,4 +1,19 @@
## v2.5.2 (2023-11-122)
## v2.5.3 (2023-12-22)

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

### What's Changed

#### Packaging

* uprev `pydantic-core` to 2.14.5

#### Fixes

* Fix memory leak with recursive definitions creating reference cycles by @davidhewitt in [pydantic/pydantic-core#1125](https://github.com/pydantic/pydantic-core/pull/1125)
* Fix `JsonValue` `bool` serialization by @sydney-runkle in [#8190](https://github.com/pydantic/pydantic/pull/8190)

## v2.5.2 (2023-11-22)

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

Expand Down

0 comments on commit 1026268

Please sign in to comment.