We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d989bd commit 15b984bCopy full SHA for 15b984b
.cz.toml
@@ -1,4 +1,4 @@
1
[tool.commitizen]
2
name = "cz_conventional_commits"
3
-version = "1.4.8"
+version = "1.5.0"
4
tag_format = "v$version"
CHANGELOG.md
@@ -1,3 +1,14 @@
+## v1.5.0 (2024-05-01)
+
+### Feat
5
+- extends Analyzer with custom allowed errors via functional options
6
+- add few more allowed errors from std
7
8
+### Refactor
9
10
+- speed up isAllowedErrAndFunc via map
11
12
## v1.4.8 (2024-01-25)
13
14
### Fix
0 commit comments