We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5672182 commit 9e2b126Copy full SHA for 9e2b126
CHANGELOG.rst
@@ -1,6 +1,13 @@
1
Changelog
2
=========
3
4
+2.3.0 (2023-10-22)
5
+------------------
6
+
7
+- bool type encoding format changed from 'True' to 'true'. See https://github.com/dapper91/pydantic-xml/issues/126.
8
+- None type encoding format changed from 'None' to ''.
9
10
11
2.2.4 (2023-10-06)
12
------------------
13
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pydantic-xml"
-version = "2.2.4"
+version = "2.3.0"
description = "pydantic xml extension"
authors = ["Dmitry Pershin <dapper1291@gmail.com>"]
license = "Unlicense"
0 commit comments