Skip to content

Commit

Permalink
bump: version 0.22.0 → 0.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and marcosschroh committed Aug 28, 2024
1 parent 86c7829 commit 057aaa4
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 9 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.22.1 (2024-08-28)

### Fix

- check whether Stream is running when TestStreamClient is leaving the context. This allows to send more events after a Stream has crashed and still the TestStreamClient will be able to leave the context without hanging (#204)

## 0.22.0 (2024-08-14)

### Feat
Expand Down
14 changes: 8 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "kstreams"
version = "0.22.0"
version = "0.22.1"
description = "Build simple kafka streams applications"
authors = ["Marcos Schroh <[email protected]>"]
license = "Apache-2.0"
Expand Down Expand Up @@ -42,7 +42,7 @@ fastapi = "^0.109.1"
mkdocs-material = "^8.3.9"
starlette-prometheus = "^0.9.0"
codecov = "^2.1.12"
mkdocstrings = {version = "^0.22.0", extras = ["python"]}
mkdocstrings = {version = "^0.25.2", extras = ["python"]}

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand All @@ -65,7 +65,7 @@ exclude = '''
'''

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

0 comments on commit 057aaa4

Please sign in to comment.