diff --git a/CHANGELOG.md b/CHANGELOG.md index bd62af90..0baf1854 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.63.6 (2024-10-16) + +### Fix + +- model generation simplified. Closes #746 (#776) + ## 0.63.5 (2024-10-11) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 59938cdc..0a3f4476 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dataclasses-avroschema" -version = "0.63.5" +version = "0.63.6" description = "Generate Avro Schemas from Python classes. Serialize/Deserialize python instances with avro schemas" authors = ["Marcos Schroh "] license = "MIT" @@ -105,7 +105,7 @@ unfixable = [] "tests/model_generator/test_model_generator.py" = ["E501"] [tool.commitizen] -version = "0.63.5" +version = "0.63.6" tag_format = "$version" version_files = [ "pyproject.toml:version",