Skip to content

Commit 87e0731

Browse files
committed
dump 0.7.0.
1 parent 9616aee commit 87e0731

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changelog
22
=========
33

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+
412
0.6.3 (2023-06-19)
513
------------------
614

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pydantic-xml"
3-
version = "0.6.3"
3+
version = "0.7.0"
44
description = "pydantic xml extension"
55
authors = ["Dmitry Pershin <dapper1291@gmail.com>"]
66
license = "Unlicense"

0 commit comments

Comments
 (0)