Skip to content

Commit 52fa371

Browse files
bump: version 0.67.0 → 0.68.0
1 parent 70194a5 commit 52fa371

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.68.0 (2026-05-01)
2+
3+
### BREAKING CHANGE
4+
5+
- Pydantic v1 drooped
6+
7+
### Feat
8+
9+
- **pydantic**: Pydantic v1 support dropped (#942)
10+
111
## 0.67.0 (2026-04-30)
212

313
### 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.67.0"
3+
version = "0.68.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"
@@ -115,7 +115,7 @@ unfixable = []
115115
"tests/model_generator/test_model_generator.py" = ["E501"]
116116

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

0 commit comments

Comments
 (0)