Skip to content

Commit b5e12b2

Browse files
bump: version 2.4.3 → 3.0.0
1 parent a159f02 commit b5e12b2

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
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
### Fixed
99

10+
## 3.0.0 (2023-06-26)
11+
12+
### Fix
13+
14+
- dependabot added. Documentation improved with mkdocstrings (#148)
15+
1016
## [2.4.3] - 2023-04-19
1117

1218
- include properly `py.typed` marker file

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.4.3"
3+
version = "3.0.0"
44
description = "Python Rest Client to interact against Schema Registry confluent server"
55
authors = ["Marcos Schroh <[email protected]>"]
66
license = "MIT"
@@ -99,7 +99,7 @@ exclude = [
9999
convention = "google"
100100

101101
[tool.commitizen]
102-
version = "2.4.3"
102+
version = "3.0.0"
103103
tag_format = "$version"
104104
version_files = [
105105
"pyproject.toml:version",

0 commit comments

Comments
 (0)