From 7d2e0e1ed5c1deb6e42e636796e0da73b9038a80 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 4 Jul 2024 13:29:37 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.19.1=20=E2=86=92=200.20.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 a1dc29a..73a1e15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.20.0 (2024-07-04) + +### Feat + +- StreamEngine hooks on_startup, on_stop, after_startup and after_stop added (#193) + ## 0.19.1 (2024-07-03) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 76b0cff..dd51627 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kstreams" -version = "0.19.1" +version = "0.20.0" description = "Build simple kafka streams applications" authors = ["Marcos Schroh "] license = "Apache-2.0" @@ -65,7 +65,7 @@ exclude = ''' ''' [tool.commitizen] -version = "0.19.1" +version = "0.20.0" tag_format = "$version" version_files = [ "pyproject.toml:version",