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 7a55ad3 commit 5e28085Copy full SHA for 5e28085
2 files changed
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 0.62.0 (2024-07-19)
2
+
3
+### Feat
4
5
+- enum type level default intruduced. Closes #665 (#682)
6
7
## 0.61.0 (2024-07-10)
8
9
### Feat
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dataclasses-avroschema"
-version = "0.61.0"
+version = "0.62.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