diff --git a/.cz.toml b/.cz.toml index 8013922..e018422 100644 --- a/.cz.toml +++ b/.cz.toml @@ -1,4 +1,4 @@ [tool.commitizen] name = "cz_conventional_commits" -version = "1.4.3" +version = "1.4.4" tag_format = "v$version" diff --git a/CHANGELOG.md b/CHANGELOG.md index 5339b3d..f72cd48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## v1.4.4 (2023-08-20) + +### Fix + +- Is methods should be exempt for type assertions and switches too (#50) +- add missing testdata +- ignore unix errno values + +### Refactor + +- pass extinfo to type assertions +- Permit matching on full paths of allowed errors + ## v1.4.3 (2023-06-30) ### Fix