From 9bd8b452c05c9d9375d63b6eab4b87fd84717e15 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 11 Apr 2024 21:50:43 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.58.0=20=E2=86=92=200.58.1?= 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 97fea78a..766f909d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.58.1 (2024-04-11) + +### Fix + +- add Enum symbol validation (#599) + ## 0.58.0 (2024-03-28) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 1564b030..f806e56c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dataclasses-avroschema" -version = "0.58.0" +version = "0.58.1" 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.58.0" +version = "0.58.1" tag_format = "$version" version_files = [ "pyproject.toml:version",