From ade3078e8ad7ddbbe4327539ad3eda22aa589696 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 6 Dec 2024 17:49:04 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.65.5=20=E2=86=92=200.65.6?= 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 c8b0c5ef..248a58e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.65.6 (2024-12-06) + +### Fix + +- make sure that metadata is not deleted when schemas are calculated more than once. Closes #799 (#815) + ## 0.65.5 (2024-12-02) ### Fix diff --git a/pyproject.toml b/pyproject.toml index fa808e88..40ff6957 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dataclasses-avroschema" -version = "0.65.5" +version = "0.65.6" description = "Generate Avro Schemas from Python classes. Serialize/Deserialize python instances with avro schemas" authors = ["Marcos Schroh "] license = "MIT" @@ -107,7 +107,7 @@ unfixable = [] "tests/model_generator/test_model_generator.py" = ["E501"] [tool.commitizen] -version = "0.65.5" +version = "0.65.6" tag_format = "$version" version_files = [ "pyproject.toml:version",