From 5b8d980e88a5022957296afc0f9b2824f561a757 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 22 Aug 2024 07:44:07 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.62.8=20=E2=86=92=200.62.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 6423dc9f..ae919c14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.62.9 (2024-08-22) + +### Fix + +- fallback to native types if custom logicalTypes are defined when rendering Model. Closes #707 and closes #209 (#724) + ## 0.62.8 (2024-08-21) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 11560d9b..86aaa227 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dataclasses-avroschema" -version = "0.62.8" +version = "0.62.9" description = "Generate Avro Schemas from Python classes. Serialize/Deserialize python instances with avro schemas" authors = ["Marcos Schroh "] license = "MIT" @@ -102,7 +102,7 @@ unfixable = [] "tests/model_generator/test_model_generator.py" = ["E501"] [tool.commitizen] -version = "0.62.8" +version = "0.62.9" tag_format = "$version" version_files = [ "pyproject.toml:version",