mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 14:54:15 +00:00
14 lines
340 B
TOML
14 lines
340 B
TOML
[clog]
|
|
repository = "https://github.com/kbknapp/clap-rs"
|
|
outfile = "CHANGELOG.md"
|
|
from-latest-tag = true
|
|
|
|
[sections]
|
|
Performance = ["perf"]
|
|
Improvements = ["impr", "im", "imp"]
|
|
Documentation = ["docs"]
|
|
Deprecations = ["depr"]
|
|
Examples = ["examples"]
|
|
"New Settings" = ["setting", "settings"]
|
|
"API Additions" = ["add", "api"]
|
|
Meta = ["meta"]
|