From d4a26d389b101c357b20dc6b28eae63a5304bb77 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 16 Oct 2024 09:15:55 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.2.0=20=E2=86=92=200.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ pyproject.toml | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35345f5..399543a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## v0.3.0 (2024-10-16) + +### Feat + +- release +- release + ## v0.2.0 (2024-10-11) ### Feat diff --git a/pyproject.toml b/pyproject.toml index baca977..8801cdf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "taskiq-sqs" description = "" authors = ["Taskiq team "] maintainers = ["Taskiq team "] -version = "0.2.0" +version = "0.3.0" readme = "README.md" license = "LICENSE" classifiers = [ @@ -46,7 +46,7 @@ black = "^23.1.0" [tool.commitizen] name = "cz_conventional_commits" -version = "0.2.0" +version = "0.3.0" tag_format = "v$version" version_files = [ "pyproject.toml:version"