From 210ec9144245b7afedc0c20a152527c588e013bc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 25 Aug 2022 10:22:27 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.5.3=20=E2=86=92=200.6.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 a3f21bd3..9868c7a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.6.0 (2022-08-25) + +### Feat + +- get topics using the TestStreamClient + ## 0.5.3 (2022-08-25) ### Fix diff --git a/pyproject.toml b/pyproject.toml index c628d66f..c65550a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kstreams" -version = "0.5.3" +version = "0.6.0" 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.5.3" +version = "0.6.0" tag_format = "$version" version_files = [ "pyproject.toml:version",