Skip to content

Commit 258cc6f

Browse files
bump: version 0.58.1 → 0.58.2
1 parent 2766f1f commit 258cc6f

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.58.2 (2024-04-12)
2+
3+
### Fix
4+
5+
- custom types with extra annotation. Closes #598 (#601)
6+
17
## 0.58.1 (2024-04-11)
28

39
### Fix

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "dataclasses-avroschema"
3-
version = "0.58.1"
3+
version = "0.58.2"
44
description = "Generate Avro Schemas from Python classes. Serialize/Deserialize python instances with avro schemas"
55
authors = ["Marcos Schroh <schrohm@gmail.com>"]
66
license = "MIT"
@@ -98,7 +98,7 @@ unfixable = []
9898
"tests/model_generator/test_model_generator.py" = ["E501"]
9999

100100
[tool.commitizen]
101-
version = "0.58.1"
101+
version = "0.58.2"
102102
tag_format = "$version"
103103
version_files = [
104104
"pyproject.toml:version",

0 commit comments

Comments
 (0)