We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9616aee commit 87e0731Copy full SHA for 87e0731
CHANGELOG.rst
@@ -1,6 +1,14 @@
1
Changelog
2
=========
3
4
+0.7.0 (2023-06-24)
5
+------------------
6
+
7
+- from_xml, from_xml_tree methods return type bound to cls type. This resolves the problem with mypy checker.
8
+ See https://github.com/dapper91/pydantic-xml/issues/65
9
+- wrapped sub-elements serialization bug fixed. See https://github.com/dapper91/pydantic-xml/pull/70
10
11
12
0.6.3 (2023-06-19)
13
------------------
14
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pydantic-xml"
-version = "0.6.3"
+version = "0.7.0"
description = "pydantic xml extension"
authors = ["Dmitry Pershin <dapper1291@gmail.com>"]
license = "Unlicense"
0 commit comments