Skip to content

Commit

Permalink
bump: version 1.4.3 → 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Aug 20, 2023
1 parent 8acbbdf commit cc49f15
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[tool.commitizen]
name = "cz_conventional_commits"
version = "1.4.3"
version = "1.4.4"
tag_format = "v$version"
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit cc49f15

Please sign in to comment.