We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8acbbdf commit cc49f15Copy full SHA for cc49f15
.cz.toml
@@ -1,4 +1,4 @@
1
[tool.commitizen]
2
name = "cz_conventional_commits"
3
-version = "1.4.3"
+version = "1.4.4"
4
tag_format = "v$version"
CHANGELOG.md
@@ -1,3 +1,16 @@
+## v1.4.4 (2023-08-20)
+
+### Fix
5
+- Is methods should be exempt for type assertions and switches too (#50)
6
+- add missing testdata
7
+- ignore unix errno values
8
9
+### Refactor
10
11
+- pass extinfo to type assertions
12
+- Permit matching on full paths of allowed errors
13
14
## v1.4.3 (2023-06-30)
15
16
### Fix
0 commit comments