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 78eab46 commit 5e65d6cCopy full SHA for 5e65d6c
2 files changed
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 0.65.2 (2024-11-13)
2
+
3
+### Fix
4
5
+- generate proper default values when reusing Enums types (#796)
6
7
## 0.65.1 (2024-11-13)
8
9
### Fix
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dataclasses-avroschema"
-version = "0.65.1"
+version = "0.65.2"
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