From bb621201a9ac823c45899ed80fa8a9ab4217a4c5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 6 Dec 2023 14:56:46 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.13.0=20=E2=86=92=200.13.1?= 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 4f33af31..18b1d5fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.13.1 (2023-12-06) + +### Fix + +- **typing**: StreamFunc type to match the udf signature. (#142) + ## 0.13.0 (2023-12-06) ### Feat diff --git a/pyproject.toml b/pyproject.toml index fc874168..f88b3ed1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kstreams" -version = "0.13.0" +version = "0.13.1" description = "Build simple kafka streams applications" authors = ["Marcos Schroh "] license = "Apache-2.0" @@ -70,7 +70,7 @@ profile = "black" known_first_party = ["kstreams", "tests", "examples"] [tool.commitizen] -version = "0.13.0" +version = "0.13.1" tag_format = "$version" version_files = [ "pyproject.toml:version",