diff --git a/CHANGELOG.md b/CHANGELOG.md index fde2cfb2..92baadfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.59.1 (2024-05-24) + +### Fix + +- generate proper python identifiers when generating model from schemas. Related to #628 (#639) + ## 0.59.0 (2024-04-19) ### Feat diff --git a/pyproject.toml b/pyproject.toml index f5e4f2ed..53338dd2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dataclasses-avroschema" -version = "0.59.0" +version = "0.59.1" description = "Generate Avro Schemas from Python classes. Serialize/Deserialize python instances with avro schemas" authors = ["Marcos Schroh "] license = "MIT" @@ -98,7 +98,7 @@ unfixable = [] "tests/model_generator/test_model_generator.py" = ["E501"] [tool.commitizen] -version = "0.59.0" +version = "0.59.1" tag_format = "$version" version_files = [ "pyproject.toml:version",