From 637d1114f0704a97799a3050dedf197b3ef5ed9e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 27 Jul 2022 15:03:01 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.2.3=20=E2=86=92=200.2.4?= 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 6db71eab..2a80ac2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.2.4 (2022-07-27) + +### Fix + +- add mypy and some type hints + ## 0.2.3 (2022-07-27) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 6f503c26..3493829b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kstreams" -version = "0.2.3" +version = "0.2.4" 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.2.3" +version = "0.2.4" tag_format = "$version" version_files = [ "pyproject.toml:version",