Skip to content

Commit

Permalink
bump: version 2.5.5 → 2.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 12, 2024
1 parent 4683347 commit df79ac7
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 @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- dependabot added. Documentation improved with mkdocstrings (#148)

## v2.5.6 (2024-02-12)

### Fix

- bump fastavro to 1.9.3 and correct typing (#250)

## v2.5.5 (2024-02-09)

### 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 = "python-schema-registry-client"
version = "2.5.5"
version = "2.5.6"
description = "Python Rest Client to interact against Schema Registry confluent server"
authors = ["Marcos Schroh <[email protected]>"]
license = "MIT"
Expand Down Expand Up @@ -95,7 +95,7 @@ select = [
convention = "google"

[tool.commitizen]
version = "2.5.5"
version = "2.5.6"
tag_format = "v$version"
version_files = [
"pyproject.toml:version",
Expand Down

0 comments on commit df79ac7

Please sign in to comment.