Skip to content

Commit

Permalink
bump: version 0.4.3 → 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 17, 2022
1 parent 1d30780 commit 2a39df9
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
@@ -1,3 +1,9 @@
## 0.4.4 (2022-08-17)

### Refactor

- remove the `value_` prefix from `value_serializer` and `value_deserializer`

## 0.4.3 (2022-08-11)

### 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 = "kstreams"
version = "0.4.3"
version = "0.4.4"
description = "Build simple kafka streams applications"
authors = ["Marcos Schroh <[email protected]>"]
license = "Apache-2.0"
Expand Down Expand Up @@ -70,7 +70,7 @@ profile = "black"
known_first_party = ["kstreams", "tests", "examples"]

[tool.commitizen]
version = "0.4.3"
version = "0.4.4"
tag_format = "$version"
version_files = [
"pyproject.toml:version",
Expand Down

0 comments on commit 2a39df9

Please sign in to comment.