Skip to content

Commit 001215d

Browse files
committed
chore(release): prepare for 1.6.4
1 parent 627e0e0 commit 001215d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/cliff.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ commit_parsers = [
8585
{ message = "^chore\\(deps.*\\)", skip = true },
8686
{ message = "^chore\\(pr\\)", skip = true },
8787
{ message = "^chore\\(pull\\)", skip = true },
88+
{ message = "^wip", skip = true },
8889
{ message = "^chore|^ci", group = "<!-- 8 -->⚙️ Miscellaneous Tasks" },
8990
{ body = ".*security", group = "<!-- 9 -->🛡️ Security" },
9091
{ message = "^revert", group = "<!-- 10 -->◀️ Revert" },

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ resolver = "2"
44

55
[workspace.package]
66
authors = ["EAimTY <[email protected]>", "Itsusinn <[email protected]>"]
7-
version = "1.6.3"
7+
version = "1.6.4"
88
rust-version = "1.85.0"
99
edition = "2024"
1010
readme = "README.md"

0 commit comments

Comments
 (0)