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 3ffaf94 commit f5ca713Copy full SHA for f5ca713
2 files changed
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 0.65.5 (2024-12-02)
2
+
3
+### Fix
4
5
+- serialization whit schema inheritance. Closes #800 (#810)
6
7
## 0.65.4 (2024-11-28)
8
9
### Fix
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dataclasses-avroschema"
-version = "0.65.4"
+version = "0.65.5"
description = "Generate Avro Schemas from Python classes. Serialize/Deserialize python instances with avro schemas"
authors = ["Marcos Schroh <schrohm@gmail.com>"]
license = "MIT"
@@ -107,7 +107,7 @@ unfixable = []
107
"tests/model_generator/test_model_generator.py" = ["E501"]
108
109
[tool.commitizen]
110
111
tag_format = "$version"
112
version_files = [
113
"pyproject.toml:version",
0 commit comments