Skip to content

Commit

Permalink
bump: version 0.19.0 → 0.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 3, 2024
1 parent 9b2a364 commit 063b2e6
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.19.1 (2024-07-03)

### Fix

- always subscribe to topics when a Stream is started. Multiple calls to subscribe do not affect the consumer even though it was already subscribed. (#191)

## 0.19.0 (2024-07-01)

### Feat
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.19.0"
version = "0.19.1"
description = "Build simple kafka streams applications"
authors = ["Marcos Schroh <[email protected]>"]
license = "Apache-2.0"
Expand Down Expand Up @@ -65,7 +65,7 @@ exclude = '''
'''

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

0 comments on commit 063b2e6

Please sign in to comment.