We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e67279f commit cb5d127Copy full SHA for cb5d127
2 files changed
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 0.63.3 (2024-10-09)
2
+
3
+### Fix
4
5
+- serialization improvements for nested unions. Related to #763 (#770)
6
7
## 0.63.2 (2024-09-27)
8
9
### Fix
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dataclasses-avroschema"
-version = "0.63.2"
+version = "0.63.3"
description = "Generate Avro Schemas from Python classes. Serialize/Deserialize python instances with avro schemas"
authors = ["Marcos Schroh <schrohm@gmail.com>"]
license = "MIT"
@@ -105,7 +105,7 @@ unfixable = []
105
"tests/model_generator/test_model_generator.py" = ["E501"]
106
107
[tool.commitizen]
108
109
tag_format = "$version"
110
version_files = [
111
"pyproject.toml:version",
0 commit comments