From 3af654dd7ee9262f0a51d46ddbd89d7b9de7c75b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 14 Aug 2024 13:09:01 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.21.0=20=E2=86=92=200.22.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bec9a4..2462106 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.22.0 (2024-08-14) + +### Feat + +- add Send type hint parameter to udf when a Stream is defined (#202) + ## 0.21.0 (2024-07-16) ### Feat diff --git a/pyproject.toml b/pyproject.toml index eca2ea1..761ed71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kstreams" -version = "0.21.0" +version = "0.22.0" description = "Build simple kafka streams applications" authors = ["Marcos Schroh "] license = "Apache-2.0" @@ -65,7 +65,7 @@ exclude = ''' ''' [tool.commitizen] -version = "0.21.0" +version = "0.22.0" tag_format = "$version" version_files = [ "pyproject.toml:version",