From 1ef6e7c26518b116c0b8f5ac0ba30ec69e7a8652 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 26 Mar 2024 23:28:49 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.57.4=20=E2=86=92=200.57.5?= 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 c99c143e..5be063d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.57.5 (2024-03-26) + +### Fix + +- improve pydantic model translation (#582) + ## 0.57.4 (2024-03-15) ### Fix diff --git a/pyproject.toml b/pyproject.toml index bc5ab55e..411c2964 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dataclasses-avroschema" -version = "0.57.4" +version = "0.57.5" 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.4" +version = "0.57.5" tag_format = "$version" version_files = [ "pyproject.toml:version",