Skip to content

Commit

Permalink
bump: version 1.6.0 → 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 14, 2024
1 parent 6dafa09 commit 6e25029
Show file tree
Hide file tree
Showing 2 changed files with 12 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.6.0"
version = "1.7.0"
tag_format = "v$version"
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## v1.7.0 (2024-11-14)

### Fix

- allow %T verb to not be wrapped

### Feat

- ignore io.EOF from io.ReadAtLeast
- add exception for encoding/json.decoder.Token

## v1.6.0 (2024-08-06)

### Feat
Expand Down

0 comments on commit 6e25029

Please sign in to comment.