From d0097dfff09881a95a9d0ef48f58ac73f826fe36 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 15 Aug 2023 09:11:56 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.46.1=20=E2=86=92=200.46.2?= 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 5001d674..7b4f1f83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +## 0.46.2 (2023-08-15) + +### Fix + +- record fields avro schema creation (#382) (#383) + ## 0.46.1 (2023-08-14) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 938815fc..e054eb1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dataclasses-avroschema" -version = "0.46.1" +version = "0.46.2" description = "Generate Avro Schemas from Python classes. Serialize/Deserialize python instances with avro schemas" authors = ["Marcos Schroh "] license = "MIT" @@ -110,7 +110,7 @@ exclude = [ convention = "google" [tool.commitizen] -version = "0.46.1" +version = "0.46.2" tag_format = "$version" version_files = [ "pyproject.toml:version",