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 @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
### Fixed
9
9
10
+ ## 3.0.0 (2023-06-26)
11
+
12
+ ### Fix
13
+
14
+ - dependabot added. Documentation improved with mkdocstrings (#148 )
15
+
10
16
## [ 2.4.3] - 2023-04-19
11
17
12
18
- include properly ` py.typed ` marker file
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " python-schema-registry-client"
3
- version = " 2.4.3 "
3
+ version = " 3.0.0 "
4
4
description = " Python Rest Client to interact against Schema Registry confluent server"
5
5
authors = [
" Marcos Schroh <[email protected] >" ]
6
6
license = " MIT"
@@ -99,7 +99,7 @@ exclude = [
99
99
convention = " google"
100
100
101
101
[tool .commitizen ]
102
- version = " 2.4.3 "
102
+ version = " 3.0.0 "
103
103
tag_format = " $version"
104
104
version_files = [
105
105
" pyproject.toml:version" ,
You can’t perform that action at this time.
0 commit comments