From e59c7d70a5cb569022a60fd57eb14114ae463b1a Mon Sep 17 00:00:00 2001 From: Pukimaa Date: Thu, 2 Feb 2023 21:09:02 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.7.1=20=E2=86=92=201.7.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 15 +++++++++++++++ pyproject.toml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6832e10..f60d2735 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index fea642c6..00716782 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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