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 870af70 commit 8db933cCopy full SHA for 8db933c
2 files changed
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 0.64.1 (2024-10-23)
2
+
3
+### Fix
4
5
+- dc-avro dependency (#782)
6
7
## 0.64.0 (2024-10-23)
8
9
### Fix
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dataclasses-avroschema"
-version = "0.64.0"
+version = "0.64.1"
description = "Generate Avro Schemas from Python classes. Serialize/Deserialize python instances with avro schemas"
authors = ["Marcos Schroh <schrohm@gmail.com>"]
license = "MIT"
@@ -107,7 +107,7 @@ unfixable = []
107
"tests/model_generator/test_model_generator.py" = ["E501"]
108
109
[tool.commitizen]
110
111
tag_format = "$version"
112
version_files = [
113
"pyproject.toml:version",
0 commit comments