From 1026268cf6ce9c4af524c9ac3ff22522d7a41533 Mon Sep 17 00:00:00 2001 From: Hasan Ramezani Date: Fri, 22 Dec 2023 13:10:21 +0330 Subject: [PATCH] Add history for 2.5.3 (#8423) --- HISTORY.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 0242714024..cc012f9674 100644 --- a/HISTORY.md +++ b/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)