Skip to content

Commit 5e28085

Browse files
bump: version 0.61.0 → 0.62.0
1 parent 7a55ad3 commit 5e28085

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.62.0 (2024-07-19)
2+
3+
### Feat
4+
5+
- enum type level default intruduced. Closes #665 (#682)
6+
17
## 0.61.0 (2024-07-10)
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.61.0"
3+
version = "0.62.0"
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"
@@ -100,7 +100,7 @@ unfixable = []
100100
"tests/model_generator/test_model_generator.py" = ["E501"]
101101

102102
[tool.commitizen]
103-
version = "0.61.0"
103+
version = "0.62.0"
104104
tag_format = "$version"
105105
version_files = [
106106
"pyproject.toml:version",

0 commit comments

Comments
 (0)