We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fee36d commit d7eddb2Copy full SHA for d7eddb2
CHANGELOG.rst
@@ -1,6 +1,13 @@
1
Changelog
2
=========
3
4
+0.3.0 (2022-11-10)
5
+------------------
6
+
7
+- recursive (self-referencing) models support added.
8
+- inherit_ns flag dropped due to recursive models implementation details.
9
10
11
0.2.2 (2022-10-07)
12
------------------
13
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pydantic-xml"
-version = "0.2.2"
+version = "0.3.0"
description = "pydantic xml serialization/deserialization extension"
authors = ["Dmitry Pershin <[email protected]>"]
license = "Unlicense"
0 commit comments