Skip to content

Commit cc49f15

Browse files
author
github-actions
committed
bump: version 1.4.3 → 1.4.4
1 parent 8acbbdf commit cc49f15

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.cz.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[tool.commitizen]
22
name = "cz_conventional_commits"
3-
version = "1.4.3"
3+
version = "1.4.4"
44
tag_format = "v$version"

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## v1.4.4 (2023-08-20)
2+
3+
### Fix
4+
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+
114
## v1.4.3 (2023-06-30)
215

316
### Fix

0 commit comments

Comments
 (0)