Skip to content

Commit

Permalink
bump: version 0.56.0 → 0.56.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 30, 2024
1 parent df72648 commit 709a7a3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1 (2024-01-30)

### Fix

- Optional[Literal] type fixed. Closes #518 (#528)

## 0.56.0 (2024-01-19)

### Feat
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dataclasses-avroschema"
version = "0.56.0"
version = "0.56.1"
description = "Generate Avro Schemas from Python classes. Serialize/Deserialize python instances with avro schemas"
authors = ["Marcos Schroh <schrohm@gmail.com>"]
license = "MIT"
Expand Down Expand Up @@ -102,7 +102,7 @@ ignore = ["E402"]


[tool.commitizen]
version = "0.56.0"
version = "0.56.1"
tag_format = "$version"
version_files = [
"pyproject.toml:version",
Expand Down

0 comments on commit 709a7a3

Please sign in to comment.