We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39f8354 commit d66b0baCopy full SHA for d66b0ba
CHANGELOG.rst
@@ -1,6 +1,12 @@
1
Changelog
2
=========
3
4
+1.0.0 (2023-07-14)
5
+------------------
6
+
7
+- library api stabilized
8
+- custom root type serialization format changed.
9
10
0.7.0 (2023-06-24)
11
------------------
12
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pydantic-xml"
-version = "0.7.0"
+version = "1.0.0"
description = "pydantic xml extension"
authors = ["Dmitry Pershin <dapper1291@gmail.com>"]
license = "Unlicense"
0 commit comments