Skip to content

Commit cb5d127

Browse files
bump: version 0.63.2 → 0.63.3
1 parent e67279f commit cb5d127

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.3 (2024-10-09)
2+
3+
### Fix
4+
5+
- serialization improvements for nested unions. Related to #763 (#770)
6+
17
## 0.63.2 (2024-09-27)
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.63.2"
3+
version = "0.63.3"
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"
@@ -105,7 +105,7 @@ unfixable = []
105105
"tests/model_generator/test_model_generator.py" = ["E501"]
106106

107107
[tool.commitizen]
108-
version = "0.63.2"
108+
version = "0.63.3"
109109
tag_format = "$version"
110110
version_files = [
111111
"pyproject.toml:version",

0 commit comments

Comments
 (0)