Skip to content

Commit 081d897

Browse files
bump: version 0.65.0 → 0.65.1
1 parent 94bafcf commit 081d897

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.65.1 (2024-11-13)
2+
3+
### Fix
4+
5+
- model generatation fixed when field name and field type hint clashes on arrays and maps (#795)
6+
17
## 0.65.0 (2024-11-06)
28

39
### Feat

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.65.0"
3+
version = "0.65.1"
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"
@@ -107,7 +107,7 @@ unfixable = []
107107
"tests/model_generator/test_model_generator.py" = ["E501"]
108108

109109
[tool.commitizen]
110-
version = "0.65.0"
110+
version = "0.65.1"
111111
tag_format = "$version"
112112
version_files = [
113113
"pyproject.toml:version",

0 commit comments

Comments
 (0)