Skip to content

Commit 8cf3929

Browse files
bump: version 0.62.11 → 0.63.0
1 parent 888e852 commit 8cf3929

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.63.0 (2024-09-13)
2+
3+
### Feat
4+
5+
- add serialization support for AvroRecord (faust.Record). Closes #743 (#744)
6+
17
## 0.62.11 (2024-08-26)
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.62.11"
3+
version = "0.63.0"
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"
@@ -102,7 +102,7 @@ unfixable = []
102102
"tests/model_generator/test_model_generator.py" = ["E501"]
103103

104104
[tool.commitizen]
105-
version = "0.62.11"
105+
version = "0.63.0"
106106
tag_format = "$version"
107107
version_files = [
108108
"pyproject.toml:version",

0 commit comments

Comments
 (0)