From dcc9518e48e17ff02e3755e1429c464278edb1ce Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 21 Oct 2024 13:59:20 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.63.8=20=E2=86=92=200.63.9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4c04078..736afe4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.63.9 (2024-10-21) + +### Fix + +- generate proper Model when there is name clashe between field name and type hints. Closes #769 (#778) + ## 0.63.8 (2024-10-21) ### Fix diff --git a/pyproject.toml b/pyproject.toml index ea70d100..c516b095 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dataclasses-avroschema" -version = "0.63.8" +version = "0.63.9" 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.8" +version = "0.63.9" tag_format = "$version" version_files = [ "pyproject.toml:version",