File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 0.64.2 (2024-10-24)
2+
3+ ### Fix
4+
5+ - ** ModelGenerator** : ModelRepresentation and EnumRepresentation added to make model generation simpler. More name clashing cases fixed (#783 )
6+
17## 0.64.1 (2024-10-23)
28
39### Fix
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " dataclasses-avroschema"
3- version = " 0.64.1 "
3+ version = " 0.64.2 "
44description = " Generate Avro Schemas from Python classes. Serialize/Deserialize python instances with avro schemas"
55authors = [" Marcos Schroh <schrohm@gmail.com>" ]
66license = " MIT"
@@ -107,7 +107,7 @@ unfixable = []
107107"tests/model_generator/test_model_generator.py" = [" E501" ]
108108
109109[tool .commitizen ]
110- version = " 0.64.1 "
110+ version = " 0.64.2 "
111111tag_format = " $version"
112112version_files = [
113113 " pyproject.toml:version" ,
You can’t perform that action at this time.
0 commit comments