Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vladkens committed Dec 18, 2024
1 parent 07e1a5b commit 252a900
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ghstats"
version = "0.6.1"
version = "0.7.0"
edition = "2021"

[dependencies]
Expand Down
3 changes: 2 additions & 1 deletion cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,6 @@ commit_preprocessors = [
commit_parsers = [
{ message = "^feat", group = "<!-- 0 --> Features" },
{ message = "^fix", group = "<!-- 1 --> Bug Fixes" },
{ message = "^chore|^ci", group = "<!-- 2 --> Other" },
{ message = "^chore", group = "<!-- 2 --> Other" },
{ message = "^ci", skip = true },
]

0 comments on commit 252a900

Please sign in to comment.