bittenhumans 1.0.0

Simple byte size humanization library for stringbar
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
tag_prefix = "v"
pre_bump_hooks = [
    "cargo test",
    "cargo clippy",
    "cargo build --release",
    "cargo set-version {{version}}",
]
post_bump_hooks = ["git push origin {{version_tag}}", "cargo publish"]

[changelog]
path = "CHANGELOG.md"

[commit_types]
ci = { omit_from_changelog = true, changelog_title = "CI" }
docs = { omit_from_changelog = true, changelog_title = "Documentation" }