Skip to content

Commit

Permalink
bump: version 0.43.0 → 0.43.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 19, 2023
1 parent 9d10708 commit 5e26fb3
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
Expand Up @@ -7,6 7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

## 0.43.1 (2023-05-19)

### Fix

- excluded pydantic.Fields should be used on avro serialization. Closes #314 (#322)

## 0.43.0 (2023-04-26)

### Feat
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.43.0"
version = "0.43.1"
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 @@ -109,7 109,7 @@ exclude = [
convention = "google"

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

0 comments on commit 5e26fb3

Please sign in to comment.