We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c90f78 commit 2a63c3dCopy full SHA for 2a63c3d
CHANGELOG.rst
@@ -1,6 +1,12 @@
1
Changelog
2
=========
3
4
+2.0.0b1 (2023-07-30)
5
+--------------------
6
+
7
+- tagged unions support added.
8
9
10
2.0.0a2 (2023-07-24)
11
--------------------
12
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pydantic-xml"
-version = "2.0.0a2"
+version = "2.0.0b1"
description = "pydantic xml extension"
authors = ["Dmitry Pershin <dapper1291@gmail.com>"]
license = "Unlicense"
0 commit comments