We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 110215c commit 1938558Copy full SHA for 1938558
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 0.16.0 (2024-01-11)
2
+
3
+### BREAKING CHANGE
4
5
+- **AsyncGenerator**: Stream as async generators (yield from stream) are only available with the new typing approach (#157)
6
7
## 0.15.2 (2024-01-09)
8
9
### Refactor
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "kstreams"
-version = "0.15.2"
+version = "0.16.0"
description = "Build simple kafka streams applications"
authors = ["Marcos Schroh <[email protected]>"]
license = "Apache-2.0"
@@ -66,7 +66,7 @@ exclude = '''
66
'''
67
68
[tool.commitizen]
69
70
tag_format = "$version"
71
version_files = [
72
"pyproject.toml:version",
0 commit comments