chore(.clog.toml): utilizes new sections feature of clog

This commit is contained in:
Kevin K 2015-05-03 15:38:47 -04:00
parent 4a11b30066
commit 80352bfdb4

View file

@ -1,3 +1,9 @@
[clog]
repository = "https://github.com/kbknapp/clap-rs"
from-latest-tag = true
[sections]
Performance = ["perf"]
Improvements = ["impr", "im"]
Documentation = ["docs"]