From ee8e6104d89ca188196a22a19d9b728f3c7dd683 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 9 Oct 2024 13:44:36 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.24.2=20=E2=86=92=200.24.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2651577..9e8a51b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.24.3 (2024-10-09) + +### Fix + +- bump missing dev dependencies +- bump ruff dep and format files + ## 0.24.2 (2024-10-09) ### Fix diff --git a/pyproject.toml b/pyproject.toml index b7c34301..ade9d5ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kstreams" -version = "0.24.2" +version = "0.24.3" description = "Build simple kafka streams applications" authors = [ "Marcos Schroh ",