File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
- dependabot added. Documentation improved with mkdocstrings (#148 )
11
11
12
+ ## v2.5.6 (2024-02-12)
13
+
14
+ ### Fix
15
+
16
+ - bump fastavro to 1.9.3 and correct typing (#250 )
17
+
12
18
## v2.5.5 (2024-02-09)
13
19
14
20
### Fix
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " python-schema-registry-client"
3
- version = " 2.5.5 "
3
+ version = " 2.5.6 "
4
4
description = " Python Rest Client to interact against Schema Registry confluent server"
5
5
authors = [
" Marcos Schroh <[email protected] >" ]
6
6
license = " MIT"
@@ -95,7 +95,7 @@ select = [
95
95
convention = " google"
96
96
97
97
[tool .commitizen ]
98
- version = " 2.5.5 "
98
+ version = " 2.5.6 "
99
99
tag_format = " v$version"
100
100
version_files = [
101
101
" pyproject.toml:version" ,
You can’t perform that action at this time.
0 commit comments