Skip to content

Commit ec7ca6d

Browse files
bump: version 0.65.10 → 0.65.11
1 parent 86379f6 commit ec7ca6d

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.11 (2025-06-26)
2+
3+
### Fix
4+
5+
- **ModelGenerator**: Rename fields named after Python keywords (#870)
6+
17
## 0.65.10 (2025-03-10)
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.65.10"
3+
version = "0.65.11"
44
description = "Generate Avro Schemas from Python classes. Serialize/Deserialize python instances with avro schemas"
55
authors = ["Marcos Schroh <[email protected]>"]
66
license = "MIT"
@@ -115,7 +115,7 @@ unfixable = []
115115
"tests/model_generator/test_model_generator.py" = ["E501"]
116116

117117
[tool.commitizen]
118-
version = "0.65.10"
118+
version = "0.65.11"
119119
tag_format = "$version"
120120
version_files = [
121121
"pyproject.toml:version",

0 commit comments

Comments
 (0)