Skip to content

Commit 1938558

Browse files
bump: version 0.15.2 → 0.16.0
1 parent 110215c commit 1938558

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -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+
17
## 0.15.2 (2024-01-09)
28

39
### Refactor

Diff for: pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "kstreams"
3-
version = "0.15.2"
3+
version = "0.16.0"
44
description = "Build simple kafka streams applications"
55
authors = ["Marcos Schroh <[email protected]>"]
66
license = "Apache-2.0"
@@ -66,7 +66,7 @@ exclude = '''
6666
'''
6767

6868
[tool.commitizen]
69-
version = "0.15.2"
69+
version = "0.16.0"
7070
tag_format = "$version"
7171
version_files = [
7272
"pyproject.toml:version",

0 commit comments

Comments
 (0)