Skip to content

Commit df79ac7

Browse files
bump: version 2.5.5 → 2.5.6
1 parent 4683347 commit df79ac7

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

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

12+
## v2.5.6 (2024-02-12)
13+
14+
### Fix
15+
16+
- bump fastavro to 1.9.3 and correct typing (#250)
17+
1218
## v2.5.5 (2024-02-09)
1319

1420
### Fix

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "python-schema-registry-client"
3-
version = "2.5.5"
3+
version = "2.5.6"
44
description = "Python Rest Client to interact against Schema Registry confluent server"
55
authors = ["Marcos Schroh <[email protected]>"]
66
license = "MIT"
@@ -95,7 +95,7 @@ select = [
9595
convention = "google"
9696

9797
[tool.commitizen]
98-
version = "2.5.5"
98+
version = "2.5.6"
9999
tag_format = "v$version"
100100
version_files = [
101101
"pyproject.toml:version",

0 commit comments

Comments
 (0)