Skip to content

Commit de8c078

Browse files
bump: version 0.32.0 → 0.33.0
1 parent 49cb939 commit de8c078

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 0.33.0 (2026-06-18)
2+
3+
### BREAKING CHANGE
4+
5+
- the field was removed from the function,
6+
if you were using the crlfile, remove it as it is no longer
7+
supported.
8+
9+
### Fix
10+
11+
- **scripts**: do not assume terminal
12+
- **create_ssl_context**: remove crlfile field
13+
114
## 0.32.0 (2026-06-12)
215

316
### Feat

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "kstreams"
3-
version = "0.32.0"
3+
version = "0.33.0"
44
description = "Build simple kafka streams applications"
55
authors = ["Marcos Schroh <marcos.schroh@kpn.com>"]
66
maintainers = ["Santiago Fraire Willemoës <santiago.frairewillemoes@kpn.com>"]

0 commit comments

Comments
 (0)