From f1595167cbe0d79cfab1369213a2f8ea21565d64 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 15 Mar 2024 16:50:23 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.57.3=20=E2=86=92=200.57.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 62 +++++++++++++++++++++++++++----------------------- pyproject.toml | 4 ++-- 2 files changed, 36 insertions(+), 30 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 379bbedb..c99c143e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.57.4 (2024-03-15) + +### Fix + +- do not force pascalcase for enum names. Closes #544 (#571) + ## 0.57.3 (2024-03-14) ### Fix @@ -309,24 +315,24 @@ ### Fix - correctly generate enum default values (#275) -- correctly generate type annotations - -fix: do not generate default dataclass docstrings - -fix: datetime model generation - -the previous implementation did not roundtrip - -feat: render docstrings in generated classes - -fix: correct union and optional conversion - -test: add avsc -> python -> avsc roundtrip test - -fix: properly handle aliases in the model generator - -tests: add coverage for single-type unions model generation - +- correctly generate type annotations + +fix: do not generate default dataclass docstrings + +fix: datetime model generation + +the previous implementation did not roundtrip + +feat: render docstrings in generated classes + +fix: correct union and optional conversion + +test: add avsc -> python -> avsc roundtrip test + +fix: properly handle aliases in the model generator + +tests: add coverage for single-type unions model generation + Co-authored-by: Maximilian Hils ## 0.39.3 (2023-03-29) @@ -432,16 +438,16 @@ Co-authored-by: Maximilian Hils ### Feat - model generator added (#227) -- self relationship schema generation - -feat: logicalTypes model generation - -feat: logical types model generator - -fix: field order, pascal case for class names - -fix: add class Meta support - +- self relationship schema generation + +feat: logicalTypes model generation + +feat: logical types model generator + +fix: field order, pascal case for class names + +fix: add class Meta support + Co-authored-by: Marcos Schroh ## v0.34.6 (2023-01-06) diff --git a/pyproject.toml b/pyproject.toml index 3adc3707..6c8febba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dataclasses-avroschema" -version = "0.57.3" +version = "0.57.4" 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.57.3" +version = "0.57.4" tag_format = "$version" version_files = [ "pyproject.toml:version",