We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0174621 commit 1dde289Copy full SHA for 1dde289
CHANGELOG.rst
@@ -1,6 +1,12 @@
1
Changelog
2
=========
3
4
+2.8.1 (2024-01-21)
5
+------------------
6
+
7
+- union collection deserialization bug fixed. See https://github.com/dapper91/pydantic-xml/pull/165.
8
9
10
2.8.0 (2024-01-13)
11
------------------
12
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pydantic-xml"
-version = "2.8.0"
+version = "2.8.1"
description = "pydantic xml extension"
authors = ["Dmitry Pershin <dapper1291@gmail.com>"]
license = "Unlicense"
0 commit comments