We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2766f1f commit 258cc6fCopy full SHA for 258cc6f
2 files changed
CHANGELOG.md
@@ -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
7
## 0.58.1 (2024-04-11)
8
9
### Fix
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dataclasses-avroschema"
-version = "0.58.1"
+version = "0.58.2"
description = "Generate Avro Schemas from Python classes. Serialize/Deserialize python instances with avro schemas"
authors = ["Marcos Schroh <schrohm@gmail.com>"]
license = "MIT"
@@ -98,7 +98,7 @@ unfixable = []
98
"tests/model_generator/test_model_generator.py" = ["E501"]
99
100
[tool.commitizen]
101
102
tag_format = "$version"
103
version_files = [
104
"pyproject.toml:version",
0 commit comments