clap/.clog.toml

15 lines
340 B
TOML
Raw Normal View History

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