clap/.clog.toml

14 lines
324 B
TOML
Raw Normal View History

[clog]
repository = "https://github.com/kbknapp/clap-rs"
2015-05-05 19:32:48 -04:00
outfile = "CHANGELOG.md"
from-latest-tag = true
[sections]
Performance = ["perf"]
2015-05-05 19:32:48 -04:00
Improvements = ["impr", "im", "imp"]
Documentation = ["docs"]
2015-05-22 13:19:06 -04:00
Deprecations = ["depr"]
Examples = ["examples"]
"New Settings" = ["setting", "settings"]
"API Additions" = ["add", "api"]