third_party_rust_lazycell/.clog.toml
Nikita Pekin e441e6374a chore(CONTRIBUTING): add CONTRIBUTING.md
Add a `CONTRIBUTING.md` file with instructions on contribution.
Update `.clog.toml`.
Add `CONTRIBUTORS.md`.
Add information about `CONTRIBUTORS.md` and `CONTRIBUTING.md` to `README.md`.
Fix copyright headers.

Closes #19.
2016-03-28 07:10:30 -04:00

11 lines
226 B
TOML

[clog]
repository = "https://github.com/indiv0/lazycell"
outfile = "CHANGELOG.md"
from-latest-tag = true
[sections]
Performance = ["perf"]
Improvements = ["impr", "im", "imp"]
Documentation = ["docs"]
Examples = ["examples"]