Skip to content

Commit

Permalink
bump: version 0.5.5 → 0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
baggiponte committed Jul 11, 2023
1 parent 9f0da0c commit 9770323
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 0.5.6 (2023-07-11)

### 🛠 Refactor

- **just**: improve warning message
- **ci**: use grep --quiet instead of -q
- **just**: extract a private recipe from config
- **just**: add message to configure remaining secret

## 0.5.5 (2023-07-11)

### 🐞 Fix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ release = [

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.5.5"
version = "0.5.6"
annotated_tag = true
incremental = true
update_changelog_on_bump = true
Expand Down

0 comments on commit 9770323

Please sign in to comment.