From dcf20f5f561efa89538a33a1a29af77bb2790927 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 9 Jan 2024 09:41:55 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.15.1=20=E2=86=92=200.15.2?= 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 1ebcfca..0c353b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.15.2 (2024-01-09) + +### Refactor + +- Updated code to Pydantic 2.0 (get rid of deprecation warnings) (#156) + ## 0.15.1 (2023-12-19) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 8c7e91a..f6cb607 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kstreams" -version = "0.15.1" +version = "0.15.2" description = "Build simple kafka streams applications" authors = ["Marcos Schroh "] license = "Apache-2.0" @@ -66,7 +66,7 @@ exclude = ''' ''' [tool.commitizen] -version = "0.15.1" +version = "0.15.2" tag_format = "$version" version_files = [ "pyproject.toml:version",