We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2db95c3 commit f38d18fCopy full SHA for f38d18f
CHANGELOG.rst
@@ -1,6 +1,11 @@
1
Changelog
2
=========
3
4
+2.6.0 (2023-12-06)
5
+------------------
6
+
7
+- nillable element support added. See https://github.com/dapper91/pydantic-xml/pull/146.
8
9
10
2.5.0 (2023-11-26)
11
------------------
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pydantic-xml"
-version = "2.5.0"
+version = "2.6.0"
description = "pydantic xml extension"
authors = ["Dmitry Pershin <dapper1291@gmail.com>"]
license = "Unlicense"
0 commit comments