Skip to content

Commit

Permalink
bump: version 0.65.5 → 0.65.6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 6, 2024
1 parent 93f4198 commit ade3078
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.65.6 (2024-12-06)

### Fix

- make sure that metadata is not deleted when schemas are calculated more than once. Closes #799 (#815)

## 0.65.5 (2024-12-02)

### Fix
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dataclasses-avroschema"
version = "0.65.5"
version = "0.65.6"
description = "Generate Avro Schemas from Python classes. Serialize/Deserialize python instances with avro schemas"
authors = ["Marcos Schroh <[email protected]>"]
license = "MIT"
Expand Down Expand Up @@ -107,7 +107,7 @@ unfixable = []
"tests/model_generator/test_model_generator.py" = ["E501"]

[tool.commitizen]
version = "0.65.5"
version = "0.65.6"
tag_format = "$version"
version_files = [
"pyproject.toml:version",
Expand Down

0 comments on commit ade3078

Please sign in to comment.