We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 574a2be commit 97d6af8Copy full SHA for 97d6af8
CHANGELOG.rst
@@ -1,6 +1,13 @@
1
Changelog
2
=========
3
4
+2.14.0 (2024-11-09)
5
+-------------------
6
+- union validation error location fixed.
7
+- potential memory leak fixed. See https://github.com/dapper91/pydantic-xml/issues/222.
8
+- python 3.13 support added.
9
+
10
11
2.13.1 (2024-10-03)
12
-------------------
13
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pydantic-xml"
-version = "2.13.1"
+version = "2.14.0"
description = "pydantic xml extension"
authors = ["Dmitry Pershin <[email protected]>"]
license = "Unlicense"
0 commit comments