Skip to content

Commit

Permalink
bump: version 1.7.1 → 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Pukimaa committed Feb 2, 2023
1 parent 1fbadb5 commit e59c7d7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 1.7.2 (2023-02-02)

### Fix

- **autojoinroles**: fix permission check when owner
- **auto_translate**: hotfix default style not working

### Refactor

- **topic**: better warning if index out of range

### Perf

- improve startup time

## 1.7.1 (2023-01-31)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.commitizen]
name = "cz_conventional_commits"
version = "1.7.1"
version = "1.7.2"
tag_format = "$version"
changelog_start_rev = "aa6eaaee2467fe8f2e26151fc930ec49cdea027b"
update_changelog_on_bump = true
Expand Down

0 comments on commit e59c7d7

Please sign in to comment.