From a2c06f199b6f9400fcdbf8a8d9548ec947889ef6 Mon Sep 17 00:00:00 2001 From: Tomas Sebestik Date: Thu, 3 Oct 2024 11:48:28 +0200 Subject: [PATCH] =?UTF-8?q?change(bump):=20[skip-ci]=20release=200.1.1=20?= =?UTF-8?q?=E2=86=92=200.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 12 +++++++----- pyproject.toml | 2 +- sync_jira_actions/__init__.py | 2 +- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 998b7d0..fd8f22e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,17 +14,19 @@
-## Unreleased +## v0.2.0 (2024-10-03) ### ✨ New features -- **action**: updated this action from Docker to Composite type *(Tomas Sebestik - 385fb14)* +- **action**: updated this action from Docker to Composite type *(Tomas Sebestik - 278db39)* -### 📖 Documentation +### 🐛 Bug fixes -- **caller-workflow**: add caller workflow for easy copy to target repo *(Tomas Sebestik - 7f5c835)* +- **action**: fix empty input for JIRA_PROJECT *(Tomas Sebestik - 0b1dd88)* ---- +### 📖 Documentation + +- **caller-workflow**: add caller workflow for easy copy to target repo *(Tomas Sebestik - 8c27453)* ## v0.1.1 (2024-02-14) diff --git a/pyproject.toml b/pyproject.toml index eaf87d3..f3c3d75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ name = "czespressif" tag_format = "v$version" update_changelog_on_bump = true - version = "0.1.1" + version = "0.2.0" version_files = ["sync_jira_actions/__init__.py"] version_provider = "commitizen" diff --git a/sync_jira_actions/__init__.py b/sync_jira_actions/__init__.py index df9144c..7fd229a 100644 --- a/sync_jira_actions/__init__.py +++ b/sync_jira_actions/__init__.py @@ -1 +1 @@ -__version__ = '0.1.1' +__version__ = '0.2.0'