Skip to content

Commit a2c06f1

Browse files
committed
change(bump): [skip-ci] release 0.1.1 → 0.2.0
1 parent 0b1dd88 commit a2c06f1

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

CHANGELOG.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,19 @@
1414
</div>
1515
<hr>
1616

17-
## Unreleased
17+
## v0.2.0 (2024-10-03)
1818

1919
### ✨ New features
2020

21-
- **action**: updated this action from Docker to Composite type *(Tomas Sebestik - 385fb14)*
21+
- **action**: updated this action from Docker to Composite type *(Tomas Sebestik - 278db39)*
2222

23-
### 📖 Documentation
23+
### 🐛 Bug fixes
2424

25-
- **caller-workflow**: add caller workflow for easy copy to target repo *(Tomas Sebestik - 7f5c835)*
25+
- **action**: fix empty input for JIRA_PROJECT *(Tomas Sebestik - 0b1dd88)*
2626

27-
---
27+
### 📖 Documentation
28+
29+
- **caller-workflow**: add caller workflow for easy copy to target repo *(Tomas Sebestik - 8c27453)*
2830

2931
## v0.1.1 (2024-02-14)
3032

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
name = "czespressif"
6565
tag_format = "v$version"
6666
update_changelog_on_bump = true
67-
version = "0.1.1"
67+
version = "0.2.0"
6868
version_files = ["sync_jira_actions/__init__.py"]
6969
version_provider = "commitizen"
7070

sync_jira_actions/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.1.1'
1+
__version__ = '0.2.0'

0 commit comments

Comments
 (0)