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 18e226e commit 265b679Copy full SHA for 265b679
2 files changed
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 0.61.0 (2024-07-10)
2
+
3
+### Feat
4
5
+- render enum as (str, enum.Enum) (#637) (#652)
6
7
## 0.60.2 (2024-06-07)
8
9
### Fix
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dataclasses-avroschema"
-version = "0.60.2"
+version = "0.61.0"
description = "Generate Avro Schemas from Python classes. Serialize/Deserialize python instances with avro schemas"
authors = ["Marcos Schroh <schrohm@gmail.com>"]
license = "MIT"
@@ -100,7 +100,7 @@ unfixable = []
100
"tests/model_generator/test_model_generator.py" = ["E501"]
101
102
[tool.commitizen]
103
104
tag_format = "$version"
105
version_files = [
106
"pyproject.toml:version",
0 commit comments