diff --git a/.clog.toml b/.clog.toml index 61f2dff3..db826d3b 100644 --- a/.clog.toml +++ b/.clog.toml @@ -1,3 +1,9 @@ [clog] repository = "https://github.com/kbknapp/clap-rs" from-latest-tag = true + +[sections] +Performance = ["perf"] +Improvements = ["impr", "im"] +Documentation = ["docs"] +