Skip to content

Commit

Permalink
change(bump): [skip-ci] release 0.1.1 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomassebestik committed Oct 3, 2024
1 parent 0b1dd88 commit a2c06f1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
12 changes: 7 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,19 @@
</div>
<hr>

## 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)

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion sync_jira_actions/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.1'
__version__ = '0.2.0'

0 comments on commit a2c06f1

Please sign in to comment.