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 888e852 commit 8cf3929Copy full SHA for 8cf3929
2 files changed
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 0.63.0 (2024-09-13)
2
+
3
+### Feat
4
5
+- add serialization support for AvroRecord (faust.Record). Closes #743 (#744)
6
7
## 0.62.11 (2024-08-26)
8
9
### Fix
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dataclasses-avroschema"
-version = "0.62.11"
+version = "0.63.0"
description = "Generate Avro Schemas from Python classes. Serialize/Deserialize python instances with avro schemas"
authors = ["Marcos Schroh <schrohm@gmail.com>"]
license = "MIT"
@@ -102,7 +102,7 @@ unfixable = []
102
"tests/model_generator/test_model_generator.py" = ["E501"]
103
104
[tool.commitizen]
105
106
tag_format = "$version"
107
version_files = [
108
"pyproject.toml:version",
0 commit comments