mirror of
https://github.com/clap-rs/clap
synced 2024-11-14 00:27:13 +00:00
14 lines
328 B
TOML
14 lines
328 B
TOML
|
[clog]
|
||
|
repository = "https://github.com/kbknapp/clap_derive"
|
||
|
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"]
|