From b6a61ce95bac5b1b3b65a7c2e43158f7ddff07d3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 12 Feb 2024 11:10:13 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.56.1=20=E2=86=92=200.56.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 fc3e186a..688d7c2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.56.2 (2024-02-12) + +### Fix + +- Install typing-extensions when using Python > 3.8 (#541) + ## 0.56.1 (2024-01-30) ### Fix diff --git a/pyproject.toml b/pyproject.toml index ff161ca7..827d9dab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dataclasses-avroschema" -version = "0.56.1" +version = "0.56.2" description = "Generate Avro Schemas from Python classes. Serialize/Deserialize python instances with avro schemas" authors = ["Marcos Schroh "] license = "MIT" @@ -102,7 +102,7 @@ ignore = ["E402"] [tool.commitizen] -version = "0.56.1" +version = "0.56.2" tag_format = "$version" version_files = [ "pyproject.toml:version",